diff --git a/SwiftProtobuf.xcframework/Info.plist b/SwiftProtobuf.xcframework/Info.plist new file mode 100644 index 0000000..d4fd8c8 --- /dev/null +++ b/SwiftProtobuf.xcframework/Info.plist @@ -0,0 +1,44 @@ + + + + + AvailableLibraries + + + BinaryPath + SwiftProtobuf.framework/SwiftProtobuf + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SwiftProtobuf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + SwiftProtobuf.framework/SwiftProtobuf + LibraryIdentifier + ios-arm64 + LibraryPath + SwiftProtobuf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h new file mode 100644 index 0000000..fe648e6 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h @@ -0,0 +1,311 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef SWIFTPROTOBUF_SWIFT_H +#define SWIFTPROTOBUF_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftProtobuf",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h new file mode 100644 index 0000000..6082918 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double SwiftProtobufVersionNumber; +FOUNDATION_EXPORT const unsigned char SwiftProtobufVersionString[]; + diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Info.plist b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Info.plist new file mode 100644 index 0000000..963b2f1 Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Info.plist differ diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.abi.json b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..e83b6f2 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,124677 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Any", + "printedName": "Google_Protobuf_Any", + "children": [ + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(message:partial:typePrefix:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isA", + "printedName": "isA(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forTypeURL:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forMessageName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyUnpackError", + "printedName": "AnyUnpackError", + "children": [ + { + "kind": "Var", + "name": "typeMismatch", + "printedName": "typeMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedWellKnownTypeJSON", + "printedName": "malformedWellKnownTypeJSON", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedAnyField", + "printedName": "malformedAnyField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Api", + "printedName": "Google_Protobuf_Api", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "methods", + "printedName": "methods", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mixins", + "printedName": "mixins", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Method", + "printedName": "Google_Protobuf_Method", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestTypeURL", + "printedName": "requestTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestStreaming", + "printedName": "requestStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseTypeURL", + "printedName": "responseTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseStreaming", + "printedName": "responseStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Mixin", + "printedName": "Google_Protobuf_Mixin", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "root", + "printedName": "root", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingError", + "printedName": "BinaryDecodingError", + "children": [ + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedProtobuf", + "printedName": "malformedProtobuf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingOptions", + "printedName": "BinaryDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "discardUnknownFields", + "printedName": "discardUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "TypeDecl", + "name": "BinaryDelimited", + "printedName": "BinaryDelimited", + "children": [ + { + "kind": "TypeDecl", + "name": "Error", + "printedName": "Error", + "children": [ + { + "kind": "Var", + "name": "unknownStreamError", + "printedName": "unknownStreamError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Function", + "name": "serialize", + "printedName": "serialize(message:to:partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "OutputStream", + "printedName": "Foundation.OutputStream", + "usr": "c:objc(cs)NSOutputStream" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parse", + "printedName": "parse(messageType:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(into:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryEncodingError", + "printedName": "BinaryEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Decoder", + "printedName": "Decoder", + "children": [ + { + "kind": "Function", + "name": "handleConflictingOneOf", + "printedName": "handleConflictingOneOf()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "nextFieldNumber", + "printedName": "nextFieldNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "paramValueOwnership": "InOut", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFloatField", + "printedName": "decodeRepeatedFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "paramValueOwnership": "InOut", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedDoubleField", + "printedName": "decodeRepeatedDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt32Field", + "printedName": "decodeRepeatedInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt64Field", + "printedName": "decodeRepeatedInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt32Field", + "printedName": "decodeRepeatedUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt64Field", + "printedName": "decodeRepeatedUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt32Field", + "printedName": "decodeRepeatedSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt64Field", + "printedName": "decodeRepeatedSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed32Field", + "printedName": "decodeRepeatedFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed64Field", + "printedName": "decodeRepeatedFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed32Field", + "printedName": "decodeRepeatedSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed64Field", + "printedName": "decodeRepeatedSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "paramValueOwnership": "InOut", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBoolField", + "printedName": "decodeRepeatedBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "paramValueOwnership": "InOut", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedStringField", + "printedName": "decodeRepeatedStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "paramValueOwnership": "InOut", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBytesField", + "printedName": "decodeRepeatedBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedEnumField", + "printedName": "decodeRepeatedEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularMessageField", + "printedName": "decodeSingularMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedMessageField", + "printedName": "decodeRepeatedMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularGroupField", + "printedName": "decodeSingularGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedGroupField", + "printedName": "decodeRepeatedGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(values:messageType:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "mangledName": "$s13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7DecoderP", + "mangledName": "$s13SwiftProtobuf7DecoderP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Edition", + "printedName": "Google_Protobuf_Edition", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2023", + "printedName": "edition2023", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition1TestOnly", + "printedName": "edition1TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2TestOnly", + "printedName": "edition2TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99997TestOnly", + "printedName": "edition99997TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99998TestOnly", + "printedName": "edition99998TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99999TestOnly", + "printedName": "edition99999TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "Google_Protobuf_FileDescriptorSet", + "children": [ + { + "kind": "Var", + "name": "file", + "printedName": "file", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "Google_Protobuf_FileDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "package", + "printedName": "package", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPackage", + "printedName": "hasPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPackage", + "printedName": "clearPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "dependency", + "printedName": "dependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "publicDependency", + "printedName": "publicDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "weakDependency", + "printedName": "weakDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "service", + "printedName": "service", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "sourceCodeInfo", + "printedName": "sourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceCodeInfo", + "printedName": "hasSourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceCodeInfo", + "printedName": "clearSourceCodeInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSyntax", + "printedName": "hasSyntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSyntax", + "printedName": "clearSyntax()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "Google_Protobuf_DescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "field", + "printedName": "field", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nestedType", + "printedName": "nestedType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extensionRange", + "printedName": "extensionRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofDecl", + "printedName": "oneofDecl", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionRange", + "printedName": "ExtensionRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReservedRange", + "printedName": "ReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "Google_Protobuf_ExtensionRangeOptions", + "children": [ + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "verification", + "printedName": "verification", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasVerification", + "printedName": "hasVerification", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearVerification", + "printedName": "clearVerification()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VerificationState", + "printedName": "VerificationState", + "children": [ + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unverified", + "printedName": "unverified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState?", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Declaration", + "printedName": "Declaration", + "children": [ + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "fullName", + "printedName": "fullName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFullName", + "printedName": "hasFullName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFullName", + "printedName": "clearFullName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reserved", + "printedName": "reserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasReserved", + "printedName": "hasReserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearReserved", + "printedName": "clearReserved()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeated", + "printedName": "hasRepeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeated", + "printedName": "clearRepeated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "Google_Protobuf_FieldDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "label", + "printedName": "label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLabel", + "printedName": "hasLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLabel", + "printedName": "clearLabel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "typeName", + "printedName": "typeName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTypeName", + "printedName": "hasTypeName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTypeName", + "printedName": "clearTypeName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "extendee", + "printedName": "extendee", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasExtendee", + "printedName": "hasExtendee", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearExtendee", + "printedName": "clearExtendee()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDefaultValue", + "printedName": "hasDefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDefaultValue", + "printedName": "clearDefaultValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOneofIndex", + "printedName": "hasOneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOneofIndex", + "printedName": "clearOneofIndex()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonName", + "printedName": "hasJsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonName", + "printedName": "clearJsonName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "proto3Optional", + "printedName": "proto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasProto3Optional", + "printedName": "hasProto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearProto3Optional", + "printedName": "clearProto3Optional()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TypeEnum", + "printedName": "TypeEnum", + "children": [ + { + "kind": "Var", + "name": "double", + "printedName": "double", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int64", + "printedName": "int64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint64", + "printedName": "uint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int32", + "printedName": "int32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed64", + "printedName": "fixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed32", + "printedName": "fixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bool", + "printedName": "bool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "group", + "printedName": "group", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bytes", + "printedName": "bytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint32", + "printedName": "uint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "enum", + "printedName": "enum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed32", + "printedName": "sfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed64", + "printedName": "sfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint32", + "printedName": "sint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint64", + "printedName": "sint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Label", + "printedName": "Label", + "children": [ + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label?", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "Google_Protobuf_OneofDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "Google_Protobuf_EnumDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumReservedRange", + "printedName": "EnumReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "Google_Protobuf_EnumValueDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "Google_Protobuf_ServiceDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "Google_Protobuf_MethodDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "inputType", + "printedName": "inputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasInputType", + "printedName": "hasInputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearInputType", + "printedName": "clearInputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "outputType", + "printedName": "outputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOutputType", + "printedName": "hasOutputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOutputType", + "printedName": "clearOutputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "clientStreaming", + "printedName": "clientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasClientStreaming", + "printedName": "hasClientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearClientStreaming", + "printedName": "clearClientStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "serverStreaming", + "printedName": "serverStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasServerStreaming", + "printedName": "hasServerStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearServerStreaming", + "printedName": "clearServerStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileOptions", + "printedName": "Google_Protobuf_FileOptions", + "children": [ + { + "kind": "Var", + "name": "javaPackage", + "printedName": "javaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaPackage", + "printedName": "hasJavaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaPackage", + "printedName": "clearJavaPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaOuterClassname", + "printedName": "javaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaOuterClassname", + "printedName": "hasJavaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaOuterClassname", + "printedName": "clearJavaOuterClassname()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaMultipleFiles", + "printedName": "javaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaMultipleFiles", + "printedName": "hasJavaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaMultipleFiles", + "printedName": "clearJavaMultipleFiles()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenerateEqualsAndHash", + "printedName": "javaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenerateEqualsAndHash", + "printedName": "hasJavaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenerateEqualsAndHash", + "printedName": "clearJavaGenerateEqualsAndHash()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaStringCheckUtf8", + "printedName": "javaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaStringCheckUtf8", + "printedName": "hasJavaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaStringCheckUtf8", + "printedName": "clearJavaStringCheckUtf8()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "optimizeFor", + "printedName": "optimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptimizeFor", + "printedName": "hasOptimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptimizeFor", + "printedName": "clearOptimizeFor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "goPackage", + "printedName": "goPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasGoPackage", + "printedName": "hasGoPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearGoPackage", + "printedName": "clearGoPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccGenericServices", + "printedName": "ccGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcGenericServices", + "printedName": "hasCcGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcGenericServices", + "printedName": "clearCcGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenericServices", + "printedName": "javaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenericServices", + "printedName": "hasJavaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenericServices", + "printedName": "clearJavaGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "pyGenericServices", + "printedName": "pyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPyGenericServices", + "printedName": "hasPyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPyGenericServices", + "printedName": "clearPyGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpGenericServices", + "printedName": "phpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpGenericServices", + "printedName": "hasPhpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpGenericServices", + "printedName": "clearPhpGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccEnableArenas", + "printedName": "ccEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcEnableArenas", + "printedName": "hasCcEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcEnableArenas", + "printedName": "clearCcEnableArenas()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "objcClassPrefix", + "printedName": "objcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasObjcClassPrefix", + "printedName": "hasObjcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearObjcClassPrefix", + "printedName": "clearObjcClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "csharpNamespace", + "printedName": "csharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCsharpNamespace", + "printedName": "hasCsharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCsharpNamespace", + "printedName": "clearCsharpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "swiftPrefix", + "printedName": "swiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSwiftPrefix", + "printedName": "hasSwiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSwiftPrefix", + "printedName": "clearSwiftPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpClassPrefix", + "printedName": "phpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpClassPrefix", + "printedName": "hasPhpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpClassPrefix", + "printedName": "clearPhpClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpNamespace", + "printedName": "phpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpNamespace", + "printedName": "hasPhpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpNamespace", + "printedName": "clearPhpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpMetadataNamespace", + "printedName": "phpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpMetadataNamespace", + "printedName": "hasPhpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpMetadataNamespace", + "printedName": "clearPhpMetadataNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "rubyPackage", + "printedName": "rubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRubyPackage", + "printedName": "hasRubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRubyPackage", + "printedName": "clearRubyPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptimizeMode", + "printedName": "OptimizeMode", + "children": [ + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "codeSize", + "printedName": "codeSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "liteRuntime", + "printedName": "liteRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MessageOptions", + "printedName": "Google_Protobuf_MessageOptions", + "children": [ + { + "kind": "Var", + "name": "messageSetWireFormat", + "printedName": "messageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageSetWireFormat", + "printedName": "hasMessageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageSetWireFormat", + "printedName": "clearMessageSetWireFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "noStandardDescriptorAccessor", + "printedName": "noStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNoStandardDescriptorAccessor", + "printedName": "hasNoStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNoStandardDescriptorAccessor", + "printedName": "clearNoStandardDescriptorAccessor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mapEntry", + "printedName": "mapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMapEntry", + "printedName": "hasMapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMapEntry", + "printedName": "clearMapEntry()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldOptions", + "printedName": "Google_Protobuf_FieldOptions", + "children": [ + { + "kind": "Var", + "name": "ctype", + "printedName": "ctype", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCtype", + "printedName": "hasCtype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCtype", + "printedName": "clearCtype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPacked", + "printedName": "hasPacked", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPacked", + "printedName": "clearPacked()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jstype", + "printedName": "jstype", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJstype", + "printedName": "hasJstype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJstype", + "printedName": "clearJstype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "lazy", + "printedName": "lazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLazy", + "printedName": "hasLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLazy", + "printedName": "clearLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unverifiedLazy", + "printedName": "unverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasUnverifiedLazy", + "printedName": "hasUnverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearUnverifiedLazy", + "printedName": "clearUnverifiedLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "weak", + "printedName": "weak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasWeak", + "printedName": "hasWeak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearWeak", + "printedName": "clearWeak()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "retention", + "printedName": "retention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRetention", + "printedName": "hasRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRetention", + "printedName": "clearRetention()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "targets", + "printedName": "targets", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "editionDefaults", + "printedName": "editionDefaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CType", + "printedName": "CType", + "children": [ + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "cord", + "printedName": "cord", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringPiece", + "printedName": "stringPiece", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType?", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSType", + "printedName": "JSType", + "children": [ + { + "kind": "Var", + "name": "jsNormal", + "printedName": "jsNormal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsString", + "printedName": "jsString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsNumber", + "printedName": "jsNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType?", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionRetention", + "printedName": "OptionRetention", + "children": [ + { + "kind": "Var", + "name": "retentionUnknown", + "printedName": "retentionUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "retentionRuntime", + "printedName": "retentionRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retentionSource", + "printedName": "retentionSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionTargetType", + "printedName": "OptionTargetType", + "children": [ + { + "kind": "Var", + "name": "targetTypeUnknown", + "printedName": "targetTypeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "targetTypeFile", + "printedName": "targetTypeFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeExtensionRange", + "printedName": "targetTypeExtensionRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMessage", + "printedName": "targetTypeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeField", + "printedName": "targetTypeField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeOneof", + "printedName": "targetTypeOneof", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnum", + "printedName": "targetTypeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnumEntry", + "printedName": "targetTypeEnumEntry", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeService", + "printedName": "targetTypeService", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMethod", + "printedName": "targetTypeMethod", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EditionDefault", + "printedName": "EditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofOptions", + "printedName": "Google_Protobuf_OneofOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumOptions", + "printedName": "Google_Protobuf_EnumOptions", + "children": [ + { + "kind": "Var", + "name": "allowAlias", + "printedName": "allowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAllowAlias", + "printedName": "hasAllowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAllowAlias", + "printedName": "clearAllowAlias()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "Google_Protobuf_EnumValueOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "Google_Protobuf_ServiceOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodOptions", + "printedName": "Google_Protobuf_MethodOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "idempotencyLevel", + "printedName": "idempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdempotencyLevel", + "printedName": "hasIdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdempotencyLevel", + "printedName": "clearIdempotencyLevel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IdempotencyLevel", + "printedName": "IdempotencyLevel", + "children": [ + { + "kind": "Var", + "name": "idempotencyUnknown", + "printedName": "idempotencyUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "noSideEffects", + "printedName": "noSideEffects", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "idempotent", + "printedName": "idempotent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "Google_Protobuf_UninterpretedOption", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "identifierValue", + "printedName": "identifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdentifierValue", + "printedName": "hasIdentifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdentifierValue", + "printedName": "clearIdentifierValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "positiveIntValue", + "printedName": "positiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPositiveIntValue", + "printedName": "hasPositiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPositiveIntValue", + "printedName": "clearPositiveIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "negativeIntValue", + "printedName": "negativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNegativeIntValue", + "printedName": "hasNegativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNegativeIntValue", + "printedName": "clearNegativeIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "doubleValue", + "printedName": "doubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDoubleValue", + "printedName": "hasDoubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDoubleValue", + "printedName": "clearDoubleValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStringValue", + "printedName": "hasStringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStringValue", + "printedName": "clearStringValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "aggregateValue", + "printedName": "aggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAggregateValue", + "printedName": "hasAggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAggregateValue", + "printedName": "clearAggregateValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "NamePart", + "printedName": "NamePart", + "children": [ + { + "kind": "Var", + "name": "namePart", + "printedName": "namePart", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNamePart", + "printedName": "hasNamePart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNamePart", + "printedName": "clearNamePart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "isExtension", + "printedName": "isExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIsExtension", + "printedName": "hasIsExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIsExtension", + "printedName": "clearIsExtension()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSet", + "printedName": "Google_Protobuf_FeatureSet", + "children": [ + { + "kind": "Var", + "name": "fieldPresence", + "printedName": "fieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFieldPresence", + "printedName": "hasFieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFieldPresence", + "printedName": "clearFieldPresence()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnumType", + "printedName": "hasEnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnumType", + "printedName": "clearEnumType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeatedFieldEncoding", + "printedName": "repeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeatedFieldEncoding", + "printedName": "hasRepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeatedFieldEncoding", + "printedName": "clearRepeatedFieldEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "messageEncoding", + "printedName": "messageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageEncoding", + "printedName": "hasMessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageEncoding", + "printedName": "clearMessageEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonFormat", + "printedName": "jsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonFormat", + "printedName": "hasJsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonFormat", + "printedName": "clearJsonFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FieldPresence", + "printedName": "FieldPresence", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "implicit", + "printedName": "implicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyRequired", + "printedName": "legacyRequired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence?", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumType", + "printedName": "EnumType", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "open", + "printedName": "open", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType?", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedFieldEncoding", + "printedName": "RepeatedFieldEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expanded", + "printedName": "expanded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MessageEncoding", + "printedName": "MessageEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "lengthPrefixed", + "printedName": "lengthPrefixed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delimited", + "printedName": "delimited", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JsonFormat", + "printedName": "JsonFormat", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "allow", + "printedName": "allow", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyBestEffort", + "printedName": "legacyBestEffort", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat?", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "Google_Protobuf_FeatureSetDefaults", + "children": [ + { + "kind": "Var", + "name": "defaults", + "printedName": "defaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "minimumEdition", + "printedName": "minimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEdition", + "printedName": "hasMinimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEdition", + "printedName": "clearMinimumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEdition", + "printedName": "maximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEdition", + "printedName": "hasMaximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEdition", + "printedName": "clearMaximumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "minimumEditionEnum", + "printedName": "minimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEditionEnum", + "printedName": "hasMinimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEditionEnum", + "printedName": "clearMinimumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEditionEnum", + "printedName": "maximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEditionEnum", + "printedName": "hasMaximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEditionEnum", + "printedName": "clearMaximumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FeatureSetEditionDefault", + "printedName": "FeatureSetEditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "Google_Protobuf_SourceCodeInfo", + "children": [ + { + "kind": "Var", + "name": "location", + "printedName": "location", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Location", + "printedName": "Location", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "span", + "printedName": "span", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "leadingComments", + "printedName": "leadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLeadingComments", + "printedName": "hasLeadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLeadingComments", + "printedName": "clearLeadingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "trailingComments", + "printedName": "trailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTrailingComments", + "printedName": "hasTrailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTrailingComments", + "printedName": "clearTrailingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "leadingDetachedComments", + "printedName": "leadingDetachedComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "Google_Protobuf_GeneratedCodeInfo", + "children": [ + { + "kind": "Var", + "name": "annotation", + "printedName": "annotation", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Annotation", + "printedName": "Annotation", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceFile", + "printedName": "sourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceFile", + "printedName": "hasSourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceFile", + "printedName": "clearSourceFile()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "begin", + "printedName": "begin", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasBegin", + "printedName": "hasBegin", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearBegin", + "printedName": "clearBegin()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "semantic", + "printedName": "semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSemantic", + "printedName": "hasSemantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSemantic", + "printedName": "clearSemantic()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Semantic", + "printedName": "Semantic", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "set", + "printedName": "set", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "alias", + "printedName": "alias", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic?", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Duration", + "printedName": "Google_Protobuf_Duration", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeInterval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeInterval", + "printedName": "timeInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Empty", + "printedName": "Google_Protobuf_Empty", + "children": [ + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Enum", + "printedName": "Enum", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumPxycfc", + "mangledName": "$s13SwiftProtobuf4EnumPxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivp", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivg", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : Swift.RawRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "children": [ + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "getExtensionValue", + "printedName": "getExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0.ValueType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hasExtensionValue", + "printedName": "hasExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearExtensionValue", + "printedName": "clearExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Equatable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Hashable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "children": [ + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "AssociatedType", + "name": "ValueType", + "printedName": "ValueType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalExtensionField", + "printedName": "OptionalExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedExtensionField", + "printedName": "RepeatedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedExtensionField", + "printedName": "PackedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalEnumExtensionField", + "printedName": "OptionalEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedEnumExtensionField", + "printedName": "RepeatedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedEnumExtensionField", + "printedName": "PackedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalMessageExtensionField", + "printedName": "OptionalMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedMessageExtensionField", + "printedName": "RepeatedMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalGroupExtensionField", + "printedName": "OptionalGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedGroupExtensionField", + "printedName": "RepeatedGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionFieldValueSet", + "printedName": "ExtensionFieldValueSet", + "children": [ + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "children": [ + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldMask", + "printedName": "Google_Protobuf_FieldMask", + "children": [ + { + "kind": "Var", + "name": "paths", + "printedName": "paths", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "AssociatedType", + "name": "BaseType", + "printedName": "BaseType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "mangledName": "$s13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0.BaseType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.BaseType : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MapKeyType", + "printedName": "MapKeyType", + "children": [ + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_0.BaseType : Swift.Comparable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MapValueType", + "printedName": "MapValueType", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFloat", + "printedName": "ProtobufFloat", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5FloatV", + "mangledName": "$s13SwiftProtobuf0B5FloatV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufDouble", + "printedName": "ProtobufDouble", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6DoubleV", + "mangledName": "$s13SwiftProtobuf0B6DoubleV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt32", + "printedName": "ProtobufInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int32V", + "mangledName": "$s13SwiftProtobuf0B5Int32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt64", + "printedName": "ProtobufInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int64V", + "mangledName": "$s13SwiftProtobuf0B5Int64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt32", + "printedName": "ProtobufUInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt32V", + "mangledName": "$s13SwiftProtobuf0B6UInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt64", + "printedName": "ProtobufUInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt64V", + "mangledName": "$s13SwiftProtobuf0B6UInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt32", + "printedName": "ProtobufSInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt32V", + "mangledName": "$s13SwiftProtobuf0B6SInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt64", + "printedName": "ProtobufSInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt64V", + "mangledName": "$s13SwiftProtobuf0B6SInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed32", + "printedName": "ProtobufFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed32V", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed64", + "printedName": "ProtobufFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed64V", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed32", + "printedName": "ProtobufSFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed32V", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed64", + "printedName": "ProtobufSFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed64V", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBool", + "printedName": "ProtobufBool", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B4BoolV", + "mangledName": "$s13SwiftProtobuf0B4BoolV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufString", + "printedName": "ProtobufString", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6StringV", + "mangledName": "$s13SwiftProtobuf0B6StringV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBytes", + "printedName": "ProtobufBytes", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5BytesV", + "mangledName": "$s13SwiftProtobuf0B5BytesV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "defaultAnyTypeURLPrefix", + "printedName": "defaultAnyTypeURLPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Dispatch", + "printedName": "Dispatch", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "mangledName": "$s13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Prefix", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Internal", + "printedName": "Internal", + "children": [ + { + "kind": "Var", + "name": "emptyData", + "printedName": "emptyData", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8InternalO", + "mangledName": "$s13SwiftProtobuf8InternalO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingError", + "printedName": "JSONDecodingError", + "children": [ + { + "kind": "Var", + "name": "failure", + "printedName": "failure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberRange", + "printedName": "numberRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedMap", + "printedName": "malformedMap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedBool", + "printedName": "malformedBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedString", + "printedName": "malformedString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "illegalNull", + "printedName": "illegalNull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unquotedMapKey", + "printedName": "unquotedMapKey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "leadingZero", + "printedName": "leadingZero", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedDuration", + "printedName": "malformedDuration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedTimestamp", + "printedName": "malformedTimestamp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedFieldMask", + "printedName": "malformedFieldMask", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> (Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingOptions", + "printedName": "JSONDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "ignoreUnknownFields", + "printedName": "ignoreUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingError", + "printedName": "JSONEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "timestampRange", + "printedName": "timestampRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "durationRange", + "printedName": "durationRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fieldMaskConversion", + "printedName": "fieldMaskConversion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingValue", + "printedName": "missingValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "valueNumberNotFinite", + "printedName": "valueNumberNotFinite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingOptions", + "printedName": "JSONEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "alwaysPrintEnumsAsInts", + "printedName": "alwaysPrintEnumsAsInts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "preserveProtoFieldNames", + "printedName": "preserveProtoFieldNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Message", + "printedName": "Message", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePxycfc", + "mangledName": "$s13SwiftProtobuf7MessagePxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "with", + "printedName": "with(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout τ_0_0) throws -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Rethrows", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unpackingAny:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "serializedData", + "printedName": "serializedData(partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "_merge", + "printedName": "_merge(rawBuffer:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnsafeRawBufferPointer", + "printedName": "Swift.UnsafeRawBufferPointer", + "usr": "s:SW" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "children": [ + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MessageExtension", + "printedName": "MessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_protobuf_fieldNumber:fieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13SwiftProtobuf16MessageExtensionC", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_NameMap", + "printedName": "_NameMap", + "children": [ + { + "kind": "TypeDecl", + "name": "NameDescription", + "printedName": "NameDescription", + "children": [ + { + "kind": "Var", + "name": "same", + "printedName": "same", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standard", + "printedName": "standard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, json: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "aliased", + "printedName": "aliased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, aliases: [Swift.StaticString])", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.StaticString]", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapVACycfc", + "mangledName": "$s13SwiftProtobuf8_NameMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.Int, SwiftProtobuf._NameMap.NameDescription)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Int, SwiftProtobuf._NameMap.NameDescription)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "mangledName": "$s13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf8_NameMapV", + "mangledName": "$s13SwiftProtobuf8_NameMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersion_2", + "printedName": "ProtobufAPIVersion_2", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B12APIVersion_2P", + "mangledName": "$s13SwiftProtobuf0B12APIVersion_2P", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersionCheck", + "printedName": "ProtobufAPIVersionCheck", + "children": [ + { + "kind": "AssociatedType", + "name": "Version", + "printedName": "Version", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.Version : SwiftProtobuf.ProtobufAPIVersion_2>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMap", + "printedName": "_ProtobufMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B3MapV", + "mangledName": "$s13SwiftProtobuf01_B3MapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMessageMap", + "printedName": "_ProtobufMessageMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B10MessageMapV", + "mangledName": "$s13SwiftProtobuf01_B10MessageMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : Swift.Hashable, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufEnumMap", + "printedName": "_ProtobufEnumMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B7EnumMapV", + "mangledName": "$s13SwiftProtobuf01_B7EnumMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "children": [ + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._ProtoNameProviding>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SimpleExtensionMap", + "printedName": "SimpleExtensionMap", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVACycfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.SimpleExtensionMap]", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "formUnion", + "printedName": "formUnion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "union", + "printedName": "union(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceContext", + "printedName": "Google_Protobuf_SourceContext", + "children": [ + { + "kind": "Var", + "name": "fileName", + "printedName": "fileName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_NullValue", + "printedName": "Google_Protobuf_NullValue", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Struct", + "printedName": "Google_Protobuf_Struct", + "children": [ + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.String, SwiftProtobuf.Google_Protobuf_Value)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, SwiftProtobuf.Google_Protobuf_Value)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(fields:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Value", + "printedName": "Google_Protobuf_Value", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OneOf_Kind", + "printedName": "OneOf_Kind", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nilLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(numberValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(boolValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(structValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(listValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ListValue", + "printedName": "Google_Protobuf_ListValue", + "children": [ + { + "kind": "Var", + "name": "values", + "printedName": "values", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingError", + "printedName": "TextFormatDecodingError", + "children": [ + { + "kind": "Var", + "name": "malformedText", + "printedName": "malformedText", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingOptions", + "printedName": "TextFormatDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatEncodingOptions", + "printedName": "TextFormatEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "printUnknownFields", + "printedName": "printUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Timestamp", + "printedName": "Google_Protobuf_Timestamp", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSince1970:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSinceReferenceDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(date:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeIntervalSince1970", + "printedName": "timeIntervalSince1970", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeIntervalSinceReferenceDate", + "printedName": "timeIntervalSinceReferenceDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "date", + "printedName": "date", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Syntax", + "printedName": "Google_Protobuf_Syntax", + "children": [ + { + "kind": "Var", + "name": "proto2", + "printedName": "proto2", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3", + "printedName": "proto3", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "editions", + "printedName": "editions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Type", + "printedName": "Google_Protobuf_Type", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofs", + "printedName": "oneofs", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Field", + "printedName": "Google_Protobuf_Field", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cardinality", + "printedName": "cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Kind", + "printedName": "Kind", + "children": [ + { + "kind": "Var", + "name": "typeUnknown", + "printedName": "typeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeDouble", + "printedName": "typeDouble", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFloat", + "printedName": "typeFloat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt64", + "printedName": "typeInt64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint64", + "printedName": "typeUint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt32", + "printedName": "typeInt32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed64", + "printedName": "typeFixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed32", + "printedName": "typeFixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBool", + "printedName": "typeBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeString", + "printedName": "typeString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeGroup", + "printedName": "typeGroup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeMessage", + "printedName": "typeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBytes", + "printedName": "typeBytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint32", + "printedName": "typeUint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeEnum", + "printedName": "typeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed32", + "printedName": "typeSfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed64", + "printedName": "typeSfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint32", + "printedName": "typeSint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint64", + "printedName": "typeSint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Cardinality", + "printedName": "Cardinality", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality?", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Enum", + "printedName": "Google_Protobuf_Enum", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumvalue", + "printedName": "enumvalue", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValue", + "printedName": "Google_Protobuf_EnumValue", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Option", + "printedName": "Google_Protobuf_Option", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UnknownStorage", + "printedName": "UnknownStorage", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14UnknownStorageVACycfc", + "mangledName": "$s13SwiftProtobuf14UnknownStorageVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf14UnknownStorageV", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Version", + "printedName": "Version", + "children": [ + { + "kind": "Var", + "name": "major", + "printedName": "major", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5majorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5majorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "minor", + "printedName": "minor", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5minorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5minorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "revision", + "printedName": "revision", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvpZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvgZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf7VersionV", + "mangledName": "$s13SwiftProtobuf7VersionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Visitor", + "printedName": "Visitor", + "children": [ + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularDoubleField", + "printedName": "visitSingularDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt64Field", + "printedName": "visitSingularInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt64Field", + "printedName": "visitSingularUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBoolField", + "printedName": "visitSingularBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularStringField", + "printedName": "visitSingularStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBytesField", + "printedName": "visitSingularBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularEnumField", + "printedName": "visitSingularEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularMessageField", + "printedName": "visitSingularMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitUnknown", + "printedName": "visitUnknown(bytes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "mangledName": "$s13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7VisitorP", + "mangledName": "$s13SwiftProtobuf7VisitorP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DoubleValue", + "printedName": "Google_Protobuf_DoubleValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FloatValue", + "printedName": "Google_Protobuf_FloatValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int64Value", + "printedName": "Google_Protobuf_Int64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt64Value", + "printedName": "Google_Protobuf_UInt64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int32Value", + "printedName": "Google_Protobuf_Int32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt32Value", + "printedName": "Google_Protobuf_UInt32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BoolValue", + "printedName": "Google_Protobuf_BoolValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_StringValue", + "printedName": "Google_Protobuf_StringValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BytesValue", + "printedName": "Google_Protobuf_BytesValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7762, + "length": 6, + "value": "\".Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7859, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7876, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7892, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8668, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8759, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9315, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9711, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1032, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1762, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 2506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 2877, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 3944, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 4455, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 5522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 9765, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10078, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 11040, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 12897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14825, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 15201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16012, + "length": 4, + "value": "\"{}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16104, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 16815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17364, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17494, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 18483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 18607, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3545, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3644, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 5445, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 6507, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10332, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10550, + "length": 6, + "value": "\".Api\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10643, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10672, + "length": 9, + "value": "\"methods\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10688, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10704, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10720, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10736, + "length": 9, + "value": "\"version\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10752, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10772, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10795, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10811, + "length": 8, + "value": "\"mixins\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10842, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11357, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11442, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11527, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11611, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11787, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12489, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12607, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12724, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12963, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13078, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13313, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13362, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13861, + "length": 9, + "value": "\".Method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13957, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13970, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13990, + "length": 18, + "value": "\"request_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14015, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14035, + "length": 19, + "value": "\"request_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14081, + "length": 19, + "value": "\"response_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14107, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14127, + "length": 20, + "value": "\"response_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14154, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14170, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14186, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14202, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14717, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14808, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14991, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15083, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15168, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15456, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15720, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15853, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15895, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15988, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16106, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16221, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16543, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16726, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17065, + "length": 8, + "value": "\".Mixin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17144, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17160, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17173, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17189, + "length": 6, + "value": "\"root\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17702, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17990, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 18101, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18291, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18395, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18413, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1313, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3010, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 61, + "value": "\"Somehow BinaryDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3788, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4887, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5033, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5090, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5129, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5183, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5192, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5326, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5415, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5459, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5531, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5564, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5724, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5761, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5799, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5834, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5896, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6025, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6072, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6081, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6155, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6194, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6264, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6405, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6440, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6591, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6632, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6790, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7622, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7857, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8391, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9251, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9504, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 10005, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10159, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10494, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10784, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11071, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 11142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11600, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 12549, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12999, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 13991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14440, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14722, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 15292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15713, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16084, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16737, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 16808, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17634, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17914, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18191, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18963, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19068, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19277, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19382, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20013, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20564, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21195, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21703, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21956, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23189, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23442, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24174, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25179, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25200, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25534, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25960, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 28222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28351, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28766, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29144, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 29607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "Array", + "offset": 30277, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30934, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31365, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 31636, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31915, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 32141, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 32420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34977, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 36644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37053, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37576, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 38627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39533, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 40115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 44769, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44930, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 45266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 46077, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 47387, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47829, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48781, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48868, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48895, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 49244, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50156, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50243, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50270, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51196, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51390, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51410, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51427, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51562, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51595, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 51612, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51656, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51842, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51876, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51910, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52047, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52634, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53581, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53761, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53799, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54036, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54216, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54254, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 55839, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1707, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 2372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 5103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 6974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7246, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7781, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7786, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8144, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8325, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 9783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9841, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9867, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9875, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9917, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9934, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2277, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2312, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2344, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5884, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9393, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12027, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 14990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 15435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16912, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17268, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17898, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18579, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18660, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19301, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19385, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 20096, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7287, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9460, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9464, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10318, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10392, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10622, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11383, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11811, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11893, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12036, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12111, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3762, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3797, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3842, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3887, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4105, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4137, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4181, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4271, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 4837, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6097, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6215, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6377, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6489, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6556, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6625, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6696, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 12701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 13080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 15906, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 16167, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 18308, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 19941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 20471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 22238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 25566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 28315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30070, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30098, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30126, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30183, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30243, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30270, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30299, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30328, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30359, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30388, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30418, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30446, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30478, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30510, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30540, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30678, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30706, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30763, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30791, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30821, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30851, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30878, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30907, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30935, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30966, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30995, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31025, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31053, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31085, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31117, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31147, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31177, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31511, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31542, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31714, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31745, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31776, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 34577, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35253, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35399, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 37761, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 39408, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 45788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 46337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 47271, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 49699, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50204, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50719, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51222, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51964, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 52533, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58860, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58891, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59063, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59097, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 60606, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 61343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 62108, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 63390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 64345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 65465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 67505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 70972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 71551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 73278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76084, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76253, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76711, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76742, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76883, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76914, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77515, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77787, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78746, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78833, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78871, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78909, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78946, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78988, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79028, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79223, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79270, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79348, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79386, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79423, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79465, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79505, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79544, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 82904, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 83571, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 84201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 85001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 86121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 87106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 88153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 88637, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 90020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 90497, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 91357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 92815, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93581, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93734, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93770, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93803, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 95008, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 95686, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 98850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103143, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103174, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103382, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103419, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103741, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103768, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103962, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104328, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104905, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105115, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105448, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105476, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 107474, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 114958, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116335, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116726, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 119599, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120491, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 121628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 122211, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123584, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123612, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123758, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 127995, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128155, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128171, + "length": 17, + "value": "\"EDITION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128211, + "length": 21, + "value": "\"EDITION_1_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128239, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128255, + "length": 21, + "value": "\"EDITION_2_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128283, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128302, + "length": 14, + "value": "\"EDITION_2023\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128323, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128343, + "length": 25, + "value": "\"EDITION_99997_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128375, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128395, + "length": 25, + "value": "\"EDITION_99998_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128427, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128447, + "length": 25, + "value": "\"EDITION_99999_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128695, + "length": 20, + "value": "\".FileDescriptorSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128802, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129365, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129655, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130175, + "length": 22, + "value": "\".FileDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130284, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130313, + "length": 9, + "value": "\"package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130329, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130345, + "length": 12, + "value": "\"dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130364, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130385, + "length": 19, + "value": "\"public_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130411, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130432, + "length": 17, + "value": "\"weak_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130456, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130476, + "length": 14, + "value": "\"message_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130497, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130517, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130535, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130551, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130567, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130583, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130601, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130617, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130633, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130653, + "length": 18, + "value": "\"source_code_info\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130678, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130695, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130710, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130727, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130743, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130764, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130975, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131053, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131215, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131810, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131897, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131986, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132072, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132157, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132246, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132332, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132425, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132518, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132609, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132694, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132780, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133612, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133738, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133976, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134102, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134215, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134339, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134477, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134608, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134720, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134837, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134956, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135525, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135631, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135747, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135985, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136208, + "length": 18, + "value": "\".DescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136313, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136342, + "length": 7, + "value": "\"field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136356, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136372, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136390, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136410, + "length": 13, + "value": "\"nested_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136430, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136450, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136468, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136488, + "length": 17, + "value": "\"extension_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136512, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136532, + "length": 12, + "value": "\"oneof_decl\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136551, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136567, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136583, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136603, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136626, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136647, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136792, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136916, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136978, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137291, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138609, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139416, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139511, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139604, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139797, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139889, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139983, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140081, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141185, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141333, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141471, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141594, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141736, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141882, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 142025, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142562, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142634, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142778, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143180, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143582, + "length": 17, + "value": "\".ExtensionRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143670, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143686, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143700, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143716, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143744, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143851, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144379, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145157, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145274, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 145963, + "length": 16, + "value": "\".ReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146050, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146066, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146080, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146096, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146609, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147190, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 147898, + "length": 24, + "value": "\".ExtensionRangeOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147993, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148015, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148060, + "length": 13, + "value": "\"declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148080, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148097, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148114, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148130, + "length": 14, + "value": "\"verification\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148401, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148847, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148936, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149024, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149112, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149211, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149218, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149933, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150048, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150166, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150313, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150408, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150419, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150673, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150844, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151203, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151219, + "length": 13, + "value": "\"DECLARATION\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151255, + "length": 12, + "value": "\"UNVERIFIED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151543, + "length": 14, + "value": "\".Declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151644, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151659, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151679, + "length": 11, + "value": "\"full_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151697, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151713, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151726, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151742, + "length": 10, + "value": "\"reserved\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151759, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151775, + "length": 10, + "value": "\"repeated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152380, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152462, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152546, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153132, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153249, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153362, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153477, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153592, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153848, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153946, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154359, + "length": 23, + "value": "\".FieldDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154469, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154482, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154498, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154513, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154529, + "length": 7, + "value": "\"label\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154543, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154559, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154572, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154592, + "length": 11, + "value": "\"type_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154610, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154626, + "length": 10, + "value": "\"extendee\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154643, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154663, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154685, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154705, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154725, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154746, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154764, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154780, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154796, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154817, + "length": 17, + "value": "\"proto3_optional\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154950, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155378, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155460, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155546, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155629, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155710, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155790, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155876, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155966, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156052, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156139, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156226, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156935, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157161, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157272, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157389, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157510, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157627, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157745, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157862, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157984, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158211, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158458, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158824, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 158999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159015, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159035, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159051, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159070, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159086, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159105, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159121, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159141, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159157, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159176, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159192, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159229, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159250, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159266, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159284, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159300, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159320, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159337, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159356, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159373, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159394, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159411, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159430, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159447, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159467, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159484, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159502, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159519, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159558, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159580, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159597, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159617, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159634, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159817, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159833, + "length": 16, + "value": "\"LABEL_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159856, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159872, + "length": 16, + "value": "\"LABEL_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159911, + "length": 16, + "value": "\"LABEL_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160153, + "length": 23, + "value": "\".OneofDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160247, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160263, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160276, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160292, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160927, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161514, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161631, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161908, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161969, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161987, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162214, + "length": 22, + "value": "\".EnumDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162307, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162323, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162336, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162352, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162366, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162382, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162398, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162418, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162441, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162461, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162650, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163178, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163261, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163347, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163438, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164028, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164146, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164259, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164520, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165315, + "length": 20, + "value": "\".EnumReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165422, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165436, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165452, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165883, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166657, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167273, + "length": 27, + "value": "\".EnumValueDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167387, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167400, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167416, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167431, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167447, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168082, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168165, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168866, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168983, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169217, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169626, + "length": 25, + "value": "\".ServiceDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169722, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169738, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169751, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169767, + "length": 8, + "value": "\"method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169782, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169798, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 170000, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170594, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171414, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172050, + "length": 24, + "value": "\".MethodDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172161, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172174, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172194, + "length": 12, + "value": "\"input_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172213, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172233, + "length": 13, + "value": "\"output_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172253, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172269, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172285, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172305, + "length": 18, + "value": "\"client_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172330, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172350, + "length": 18, + "value": "\"server_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172466, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172994, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173081, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173169, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173255, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173346, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174056, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174175, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174414, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174536, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174764, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175140, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175359, + "length": 14, + "value": "\".FileOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175444, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175464, + "length": 14, + "value": "\"java_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175485, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175505, + "length": 22, + "value": "\"java_outer_classname\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175534, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175555, + "length": 21, + "value": "\"java_multiple_files\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175604, + "length": 31, + "value": "\"java_generate_equals_and_hash\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175642, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175663, + "length": 24, + "value": "\"java_string_check_utf8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175694, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175714, + "length": 14, + "value": "\"optimize_for\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175735, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175756, + "length": 12, + "value": "\"go_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175775, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175796, + "length": 21, + "value": "\"cc_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175824, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175845, + "length": 23, + "value": "\"java_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175875, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175896, + "length": 21, + "value": "\"py_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175924, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175945, + "length": 22, + "value": "\"php_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175974, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175991, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176010, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176031, + "length": 18, + "value": "\"cc_enable_arenas\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176056, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176077, + "length": 19, + "value": "\"objc_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176103, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176124, + "length": 18, + "value": "\"csharp_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176170, + "length": 14, + "value": "\"swift_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176191, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176212, + "length": 18, + "value": "\"php_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176237, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176258, + "length": 15, + "value": "\"php_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176280, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176301, + "length": 24, + "value": "\"php_metadata_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176332, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176353, + "length": 14, + "value": "\"ruby_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176374, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176391, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176408, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176430, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 177438, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 178934, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179173, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179193, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179829, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179931, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180024, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180124, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180218, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180318, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180420, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180520, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180628, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180721, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180823, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180920, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181020, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181120, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181216, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181315, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181412, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181513, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181618, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181714, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181808, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181914, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181921, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182853, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182981, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183115, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183244, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183379, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183516, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183651, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183794, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183922, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184059, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184191, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184326, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184461, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184592, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184726, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184858, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184994, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185134, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185265, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185557, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185656, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185667, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186323, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187025, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187507, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187679, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187939, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188167, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188337, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188353, + "length": 7, + "value": "\"SPEED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188367, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188383, + "length": 11, + "value": "\"CODE_SIZE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188401, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188417, + "length": 14, + "value": "\"LITE_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188651, + "length": 17, + "value": "\".MessageOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188759, + "length": 25, + "value": "\"message_set_wire_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188791, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188811, + "length": 33, + "value": "\"no_standard_descriptor_accessor\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188851, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188867, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188886, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188906, + "length": 11, + "value": "\"map_entry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188924, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188945, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188992, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189009, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189048, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189237, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189345, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189773, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189973, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190059, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190143, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190254, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190342, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190441, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190448, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191288, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191405, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191520, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191661, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191780, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191927, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192022, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193105, + "length": 15, + "value": "\".FieldOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193207, + "length": 7, + "value": "\"ctype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193237, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193252, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193268, + "length": 8, + "value": "\"jstype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193283, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193299, + "length": 6, + "value": "\"lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193312, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193333, + "length": 17, + "value": "\"unverified_lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193357, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193373, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193392, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193409, + "length": 6, + "value": "\"weak\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193422, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193443, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193464, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193481, + "length": 11, + "value": "\"retention\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193499, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193516, + "length": 9, + "value": "\"targets\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193532, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193553, + "length": 18, + "value": "\"edition_defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193578, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193595, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193612, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193634, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194145, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194222, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195508, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196136, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196224, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196316, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196402, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196490, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196577, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196674, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196768, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196860, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196950, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197051, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197145, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197251, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197258, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198296, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198417, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198540, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198661, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198793, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198922, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199049, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199185, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199336, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199461, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199624, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199723, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199734, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200268, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200614, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200830, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201146, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201308, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201326, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201506, + "length": 8, + "value": "\"STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201537, + "length": 6, + "value": "\"CORD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201550, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201566, + "length": 14, + "value": "\"STRING_PIECE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201743, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201759, + "length": 11, + "value": "\"JS_NORMAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201793, + "length": 11, + "value": "\"JS_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201811, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201827, + "length": 11, + "value": "\"JS_NUMBER\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202026, + "length": 19, + "value": "\"RETENTION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202068, + "length": 19, + "value": "\"RETENTION_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202094, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202110, + "length": 18, + "value": "\"RETENTION_SOURCE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202317, + "length": 21, + "value": "\"TARGET_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202345, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202361, + "length": 18, + "value": "\"TARGET_TYPE_FILE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202386, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202402, + "length": 29, + "value": "\"TARGET_TYPE_EXTENSION_RANGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202438, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202454, + "length": 21, + "value": "\"TARGET_TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202482, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202498, + "length": 19, + "value": "\"TARGET_TYPE_FIELD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202524, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202540, + "length": 19, + "value": "\"TARGET_TYPE_ONEOF\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202566, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202582, + "length": 18, + "value": "\"TARGET_TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202607, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202623, + "length": 24, + "value": "\"TARGET_TYPE_ENUM_ENTRY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202654, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202670, + "length": 21, + "value": "\"TARGET_TYPE_SERVICE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202698, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202714, + "length": 20, + "value": "\"TARGET_TYPE_METHOD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202995, + "length": 17, + "value": "\".EditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203099, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203115, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203135, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203172, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203690, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203773, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204478, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204596, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204948, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205009, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205027, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205247, + "length": 15, + "value": "\".OneofOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205349, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205366, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205388, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205514, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206113, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206200, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206299, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206306, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207146, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207241, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207252, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207602, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207697, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 207934, + "length": 14, + "value": "\".EnumOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208019, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208039, + "length": 13, + "value": "\"allow_alias\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208059, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208075, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208094, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208114, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208161, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208177, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208194, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208216, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208495, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208513, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208941, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209027, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209113, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209223, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209310, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209409, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209416, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210108, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210225, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210366, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210484, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210630, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210725, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210736, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 210954, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211640, + "length": 19, + "value": "\".EnumValueOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211746, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211781, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211798, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211818, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211839, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211861, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212158, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212672, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212759, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212846, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212945, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212952, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213649, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213767, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213885, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214031, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214126, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214137, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214477, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 214946, + "length": 17, + "value": "\".ServiceOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215034, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215051, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215068, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215085, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215104, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215126, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215851, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215938, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216125, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216132, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216827, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216946, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217093, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217188, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217199, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 217944, + "length": 16, + "value": "\".MethodOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218031, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218048, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218067, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218088, + "length": 19, + "value": "\"idempotency_level\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218114, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218131, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218148, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218170, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218895, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218982, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219075, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219163, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219262, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219269, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219963, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220087, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220206, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220353, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220448, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220459, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220937, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221050, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221242, + "length": 21, + "value": "\"IDEMPOTENCY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221286, + "length": 17, + "value": "\"NO_SIDE_EFFECTS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221310, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221326, + "length": 12, + "value": "\"IDEMPOTENT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221563, + "length": 22, + "value": "\".UninterpretedOption\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221672, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221685, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221705, + "length": 18, + "value": "\"identifier_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221730, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221750, + "length": 20, + "value": "\"positive_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221777, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221797, + "length": 20, + "value": "\"negative_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221824, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221844, + "length": 14, + "value": "\"double_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221865, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221885, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221906, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221926, + "length": 17, + "value": "\"aggregate_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222072, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222500, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222582, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222675, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222769, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222862, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222951, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223039, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223635, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223755, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223880, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224004, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224124, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224243, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224366, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224724, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225055, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225326, + "length": 11, + "value": "\".NamePart\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225408, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225428, + "length": 11, + "value": "\"name_part\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225466, + "length": 14, + "value": "\"is_extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226139, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226849, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227237, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227455, + "length": 13, + "value": "\".FeatureSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227559, + "length": 16, + "value": "\"field_presence\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227602, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227620, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227640, + "length": 25, + "value": "\"repeated_field_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227672, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227692, + "length": 18, + "value": "\"message_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227717, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227737, + "length": 13, + "value": "\"json_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228473, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228570, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228661, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228747, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228754, + "length": 4, + "value": "1002" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228760, + "length": 4, + "value": "9995" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228767, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229457, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229572, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229700, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229822, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229939, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230036, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230047, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230865, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230881, + "length": 24, + "value": "\"FIELD_PRESENCE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230928, + "length": 10, + "value": "\"EXPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230961, + "length": 10, + "value": "\"IMPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230978, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230994, + "length": 17, + "value": "\"LEGACY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231190, + "length": 19, + "value": "\"ENUM_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231232, + "length": 6, + "value": "\"OPEN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231245, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231261, + "length": 8, + "value": "\"CLOSED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231461, + "length": 33, + "value": "\"REPEATED_FIELD_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231517, + "length": 8, + "value": "\"PACKED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231548, + "length": 10, + "value": "\"EXPANDED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231744, + "length": 26, + "value": "\"MESSAGE_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231793, + "length": 17, + "value": "\"LENGTH_PREFIXED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231833, + "length": 11, + "value": "\"DELIMITED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232025, + "length": 21, + "value": "\"JSON_FORMAT_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232069, + "length": 7, + "value": "\"ALLOW\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232083, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232099, + "length": 20, + "value": "\"LEGACY_BEST_EFFORT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232343, + "length": 21, + "value": "\".FeatureSetDefaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232451, + "length": 10, + "value": "\"defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232468, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232488, + "length": 17, + "value": "\"minimum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232512, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232532, + "length": 17, + "value": "\"maximum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232556, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232576, + "length": 22, + "value": "\"minimum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232605, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232625, + "length": 22, + "value": "\"maximum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232780, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233208, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233386, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233478, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233572, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234420, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234545, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234670, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234898, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235538, + "length": 27, + "value": "\".FeatureSetEditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235652, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235668, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235688, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235709, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235725, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236280, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236365, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236452, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237161, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237557, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237748, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 237970, + "length": 17, + "value": "\".SourceCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 238074, + "length": 10, + "value": "\"location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239089, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239368, + "length": 11, + "value": "\".Location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239450, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239466, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239479, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239495, + "length": 6, + "value": "\"span\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239508, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239528, + "length": 18, + "value": "\"leading_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239553, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239573, + "length": 19, + "value": "\"trailing_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239599, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239619, + "length": 27, + "value": "\"leading_detached_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240152, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240232, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240325, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240419, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241019, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241127, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241247, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241372, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241525, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242315, + "length": 20, + "value": "\".GeneratedCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242422, + "length": 12, + "value": "\"annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242860, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243394, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243742, + "length": 13, + "value": "\".Annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243826, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243842, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243855, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243875, + "length": 13, + "value": "\"source_file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243911, + "length": 7, + "value": "\"begin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243925, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243941, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243953, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243969, + "length": 10, + "value": "\"semantic\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244405, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244655, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244735, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245434, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245547, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245658, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245773, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246013, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246274, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246292, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246491, + "length": 6, + "value": "\"NONE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246520, + "length": 5, + "value": "\"SET\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246548, + "length": 7, + "value": "\"ALIAS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1062, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 5989, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6212, + "length": 11, + "value": "\".Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6310, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6342, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6858, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7147, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7581, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3378, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3598, + "length": 8, + "value": "\".Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "BooleanLiteral", + "offset": 1959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5072, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5130, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5137, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 5407, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 5612, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6922, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6980, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 7257, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10385, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10443, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10450, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 10719, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 10923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12277, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12335, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12342, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 12611, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 12815, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15848, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15906, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15913, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 16185, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 16392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19441, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19496, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19503, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 19910, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 20115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "IntegerLiteral", + "offset": 1748, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "Array", + "offset": 9053, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9626, + "length": 12, + "value": "\".FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 9709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9725, + "length": 7, + "value": "\"paths\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10158, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10449, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10649, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1267, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2198, + "length": 4, + "value": "0x07" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2261, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 3377, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 4519, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 5674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 6823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 7975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 10288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 11444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 12603, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 13767, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 14931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 16100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 17259, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 18422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 19524, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 20603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 749, + "length": 21, + "value": "\"type.googleapis.com\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 33, + "value": "\"org.swift.protobuf.typeRegistry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1119, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1505, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2250, + "length": 21, + "value": "\"google.protobuf.Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2301, + "length": 27, + "value": "\"google.protobuf.BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 28, + "value": "\"google.protobuf.BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2429, + "length": 29, + "value": "\"google.protobuf.DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 26, + "value": "\"google.protobuf.Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 23, + "value": "\"google.protobuf.Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 27, + "value": "\"google.protobuf.FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2675, + "length": 28, + "value": "\"google.protobuf.FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2740, + "length": 28, + "value": "\"google.protobuf.Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2805, + "length": 28, + "value": "\"google.protobuf.Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2870, + "length": 27, + "value": "\"google.protobuf.ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2933, + "length": 29, + "value": "\"google.protobuf.StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3000, + "length": 24, + "value": "\"google.protobuf.Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3057, + "length": 27, + "value": "\"google.protobuf.Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3120, + "length": 29, + "value": "\"google.protobuf.UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3187, + "length": 29, + "value": "\"google.protobuf.UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 23, + "value": "\"google.protobuf.Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 4779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 5278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 771, + "length": 12, + "value": "315576000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 996, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1078, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1149, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1272, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1277, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1282, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1287, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1292, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1297, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1302, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1307, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1312, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1371, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1857, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2023, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3325, + "length": 19, + "value": "\"-0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3342, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3358, + "length": 27, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3369, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3383, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4158, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4173, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5967, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1154, + "length": 4, + "value": "0x20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1187, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1691, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1722, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1728, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1732, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1738, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1750, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2125, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2156, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2195, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2252, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2258, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2262, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2268, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2272, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2276, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2280, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "Array", + "offset": 2633, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2758, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5759, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5794, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5801, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1280, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1516, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 2033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_NullValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 766, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1826, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 697, + "length": 12, + "value": "-62135596800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 12, + "value": "253402300799" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1308, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1486, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1507, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1529, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1550, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1574, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1598, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1621, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 3, + "value": "528" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2229, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2258, + "length": 5, + "value": "53328" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2349, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2359, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2384, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2409, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2568, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2583, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2627, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2764, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2808, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2964, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3007, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3139, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3166, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3195, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3345, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3356, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3379, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "Array", + "offset": 3769, + "length": 55, + "value": "[0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3862, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3889, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3982, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 3, + "value": "365" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4142, + "length": 6, + "value": "719527" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4184, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4231, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4384, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4481, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4558, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4657, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4680, + "length": 9, + "value": "100000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5080, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5287, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5315, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5341, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5360, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5529, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5581, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6540, + "length": 50, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6573, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6589, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6610, + "length": 49, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6626, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6642, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6658, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6752, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6766, + "length": 1, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6780, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6794, + "length": 1, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7085, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7572, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7587, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3090, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3211, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3216, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3302, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4151, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4174, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5646, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5655, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 10, + "value": "2166136261" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1524, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 2476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4339, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 5256, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6704, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7190, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10414, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11225, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 17041, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 18236, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19448, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 19617, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19696, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19820, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 617, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 658, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 743, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 785, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1126, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1218, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1317, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1372, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1428, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1482, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1581, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 3, + "value": "\"B\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1669, + "length": 3, + "value": "\"C\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1713, + "length": 3, + "value": "\"D\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1757, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1801, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1933, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4589, + "length": 5, + "value": "\"\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4828, + "length": 5, + "value": "\"\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4905, + "length": 6, + "value": "\"]\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6183, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6627, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7006, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7076, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7115, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7188, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7448, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7491, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7551, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7916, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9894, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9950, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10268, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10290, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10314, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10336, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10360, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10383, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10407, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10430, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10454, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10477, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10501, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10524, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10572, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10601, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10605, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10611, + "length": 3, + "value": "159" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10684, + "length": 7, + "value": "\"\\u00\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10745, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10803, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10831, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10924, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10959, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11003, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11035, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11078, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11102, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11110, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11146, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11190, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11223, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11268, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11273, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11308, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11451, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11484, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11529, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11535, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11570, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11615, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11620, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11655, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12165, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12248, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12307, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12313, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12373, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12379, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12444, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12814, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12820, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12943, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12997, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13023, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13052, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13105, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13111, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13167, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13173, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13229, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13234, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13334, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13388, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13394, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13450, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13456, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10186, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10363, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11661, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11828, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11995, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12285, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12451, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12540, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12870, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13037, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13131, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13198, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1399, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1577, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1991, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2260, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4549, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4781, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5181, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 570, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 640, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 717, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 924, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1009, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1138, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1185, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1425, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1520, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1570, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1613, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1668, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1887, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1942, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1985, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2029, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2117, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2205, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2293, + "length": 3, + "value": "\"I\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2337, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2381, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2425, + "length": 3, + "value": "\"N\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2469, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2513, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2601, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2645, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2689, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2782, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2820, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2848, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 2, + "value": "97" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2863, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2873, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 2, + "value": "98" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2902, + "length": 2, + "value": "99" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2913, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2923, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2927, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2939, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2949, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2975, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "Array", + "offset": 3319, + "length": 1203, + "value": "[-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, 62, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, 63, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5645, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7333, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7337, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7799, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7821, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 7920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 8029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 8856, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9102, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9524, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9650, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9708, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9729, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9784, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9938, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9955, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9991, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10009, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10144, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10197, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10242, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11396, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11571, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11685, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 12006, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12552, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12563, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12593, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12626, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12799, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12881, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12899, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13426, + "length": 8, + "value": "\"\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13497, + "length": 8, + "value": "\"\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13568, + "length": 8, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13639, + "length": 8, + "value": "\"\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13710, + "length": 8, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15467, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15633, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 15843, + "length": 59, + "value": "\"Somehow JSONDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19489, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19499, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19643, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 21548, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "FloatLiteral", + "offset": 24051, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 27515, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 28099, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 29623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 31669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33503, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33540, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33582, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33626, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33673, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 33911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35897, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35935, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35978, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36023, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36071, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 36311, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39176, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41017, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41033, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41050, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 42537, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43358, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43426, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46425, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46447, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 48208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48309, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48910, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 50223, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 5566, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6385, + "length": 17, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6398, + "length": 1, + "value": "\":\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 8232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 1867, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 4058, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 5332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 6664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 8225, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 8946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONAdditions.swift", + "kind": "IntegerLiteral", + "offset": 4971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONArrayAdditions.swift", + "kind": "IntegerLiteral", + "offset": 5451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+TextFormatAdditions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1324, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 5368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 6275, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7561, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7680, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7910, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2142, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2490, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2601, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3536, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4702, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5641, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6098, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6212, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6444, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6787, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6904, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7936, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3370, + "length": 1, + "value": "\":(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3388, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3456, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 26, + "value": "\"SimpleExtensionMap(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3500, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3406, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 16, + "value": "\".SourceContext\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3741, + "length": 11, + "value": "\"file_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4692, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4771, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "StringLiteral", + "offset": 1308, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1459, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 2771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 2916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 3067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Dictionary", + "offset": 4171, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 5667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Array", + "offset": 8813, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9580, + "length": 12, + "value": "\"NULL_VALUE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9804, + "length": 9, + "value": "\".Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9900, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10334, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11008, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11087, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11300, + "length": 8, + "value": "\".Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11399, + "length": 12, + "value": "\"null_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11438, + "length": 14, + "value": "\"number_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11479, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11500, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11520, + "length": 12, + "value": "\"bool_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11539, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11559, + "length": 14, + "value": "\"struct_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11600, + "length": 12, + "value": "\"list_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12303, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12553, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12803, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13047, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13479, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14693, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14881, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15063, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15252, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15437, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 15951, + "length": 12, + "value": "\".ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 16050, + "length": 8, + "value": "\"values\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 16982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2459, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3727, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3750, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8720, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8887, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14586, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17266, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17289, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17456, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18417, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18701, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19645, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21094, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21530, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21537, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21641, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21650, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23568, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23575, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23679, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23688, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24349, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25156, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25592, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25599, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25703, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25712, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26350, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 910, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 597, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 726, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 975, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1030, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1131, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "Array", + "offset": 1426, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 2998, + "length": 4, + "value": "\": \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3301, + "length": 6, + "value": "\" {\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3484, + "length": 5, + "value": "\"}\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3646, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4072, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4138, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4241, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4467, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4572, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4636, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4875, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4968, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4975, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5010, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5066, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5072, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 5848, + "length": 4, + "value": "\"0x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5913, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5990, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6061, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6283, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6292, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6560, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6584, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6622, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6646, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6685, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6709, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6748, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6772, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6811, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6835, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6874, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6898, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6937, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 7001, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7030, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7034, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7174, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7299, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7324, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7420, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7427, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7485, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7518, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7541, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7563, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7571, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7607, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7651, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7684, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7729, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7734, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7769, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7812, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7868, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7912, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7945, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7996, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8031, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8076, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8081, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8116, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8159, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8463, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8593, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8631, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8657, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8695, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8721, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8760, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8786, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8825, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8851, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8890, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8916, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8955, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8981, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9020, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9047, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9086, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9113, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9118, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9329, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9384, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9388, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 617, + "length": 22, + "value": "[(1, \"key\"), (2, \"value\")]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 1870, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4558, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5548, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Array", + "offset": 6043, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6735, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7818, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9625, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 12452, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13842, + "length": 9, + "value": "\"#json: \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13928, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 19517, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21297, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25574, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26629, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 614, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 761, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 887, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 930, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1102, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1432, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1474, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1522, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1572, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1615, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1670, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1780, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1835, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1944, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1987, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2031, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2163, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2251, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2339, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2383, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2427, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2471, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2559, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 3, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2647, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2691, + "length": 3, + "value": "\"U\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2735, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2779, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2867, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2911, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3117, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4077, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5242, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5344, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5914, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5987, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6100, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6107, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6168, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6214, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6241, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6286, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6308, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6316, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6378, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6424, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6452, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6499, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6534, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6601, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6611, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6721, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6749, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6796, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6802, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6879, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6914, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6959, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 7352, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9780, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 10170, + "length": 65, + "value": "\"Somehow TextFormatDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10564, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11507, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13463, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14122, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14447, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14647, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14651, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15008, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15261, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15354, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15361, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15455, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15464, + "length": 6, + "value": "0xDFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15648, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15656, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15751, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15761, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15835, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16167, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16398, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16872, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17732, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17854, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18484, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18599, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18642, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18877, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18881, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19010, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19150, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19305, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19312, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19383, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19429, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19459, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19535, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19558, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19566, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19638, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19684, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19715, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19767, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19795, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19800, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19845, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19876, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19899, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19909, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19983, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20029, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20060, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20107, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20113, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20141, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20146, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20193, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20198, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20226, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20231, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20276, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20307, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20711, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20786, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20924, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21027, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21087, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21129, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 21987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22040, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22166, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22573, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23283, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23693, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23808, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24136, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24258, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24288, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24598, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24972, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25093, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25123, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25383, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25469, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25802, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25812, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25967, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26329, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26710, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 27860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28937, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 28966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30913, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31285, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32386, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 32723, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33062, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33099, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33152, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33185, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33393, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 34036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35345, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 39763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40266, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40415, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41702, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41729, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41779, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42929, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7575, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7799, + "length": 12, + "value": "\".Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7898, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7914, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7930, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8363, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8735, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9092, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 4, + "value": "1440" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 689, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 10, + "value": "1000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1390, + "length": 7, + "value": "2440588" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 4, + "value": "1401" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1877, + "length": 6, + "value": "274277" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1885, + "length": 6, + "value": "146097" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1898, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1918, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1964, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1980, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2014, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2051, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2061, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2089, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2097, + "length": 4, + "value": "4716" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2108, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2121, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2292, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2318, + "length": 38, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2346, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2355, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2400, + "length": 33, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2432, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 27, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2482, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3127, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 3905, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4012, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4100, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 6004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 6095, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7761, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7825, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7890, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7924, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7958, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7989, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8055, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8157, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8189, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8225, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8261, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8295, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8559, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8624, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8658, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8692, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8723, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8756, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8788, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8823, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8856, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8890, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8922, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8958, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8994, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9028, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9062, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9704, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9766, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 10019, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11337, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11421, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 12660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 12743, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 14941, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15116, + "length": 15, + "value": "\"SYNTAX_PROTO2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15138, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15154, + "length": 15, + "value": "\"SYNTAX_PROTO3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15176, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15192, + "length": 17, + "value": "\"SYNTAX_EDITIONS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15419, + "length": 7, + "value": "\".Type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15513, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15526, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15542, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15557, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15573, + "length": 8, + "value": "\"oneofs\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15588, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15604, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15620, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15640, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15663, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15694, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15710, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16478, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16570, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16651, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17354, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17469, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17587, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17706, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17825, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17942, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18224, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18432, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18724, + "length": 8, + "value": "\".Field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18803, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18819, + "length": 6, + "value": "\"kind\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18832, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18848, + "length": 13, + "value": "\"cardinality\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18868, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18884, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18915, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18928, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18948, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18965, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18985, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19005, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19021, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19036, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19052, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19068, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19089, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19107, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19128, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19648, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19816, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19897, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19981, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20067, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20148, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20233, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20319, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20857, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20968, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21085, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21120, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21203, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21434, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21553, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21681, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22270, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22580, + "length": 14, + "value": "\"TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22617, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22637, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22653, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22672, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22688, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22707, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22723, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22743, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22759, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22778, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22794, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22815, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22831, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22868, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22886, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22902, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22922, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22939, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22958, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22975, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22996, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23013, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23032, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23049, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23069, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23086, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23104, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23121, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23143, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23160, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23182, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23199, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23219, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23236, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23426, + "length": 21, + "value": "\"CARDINALITY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23470, + "length": 22, + "value": "\"CARDINALITY_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23499, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23515, + "length": 22, + "value": "\"CARDINALITY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23544, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23560, + "length": 22, + "value": "\"CARDINALITY_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23792, + "length": 7, + "value": "\".Enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23870, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23899, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23915, + "length": 11, + "value": "\"enumvalue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23933, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23949, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23965, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23985, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24008, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24024, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24055, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24571, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24658, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24743, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24835, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24916, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25503, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25625, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25743, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25862, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25981, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26098, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26339, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26626, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26843, + "length": 12, + "value": "\".EnumValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26942, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26955, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26971, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26986, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 27002, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27518, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27892, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28002, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28120, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28493, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28707, + "length": 9, + "value": "\".Option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28787, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28803, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28832, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 30044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30348, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30366, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 968, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1024, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1050, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1080, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1111, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1119, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1136, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2036, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2100, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2223, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2231, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2246, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2264, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2337, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3281, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3303, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 733, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 888, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2209, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2238, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2268, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3421, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4375, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 6300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8114, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8340, + "length": 14, + "value": "\".DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8425, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8441, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8874, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9662, + "length": 13, + "value": "\".FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9762, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10743, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 10979, + "length": 13, + "value": "\".Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 11079, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 11999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12078, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12297, + "length": 14, + "value": "\".UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12382, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12398, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12831, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13401, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13619, + "length": 13, + "value": "\".Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13719, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14152, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14639, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 14, + "value": "\".UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15022, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 15038, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15758, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 15962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16258, + "length": 12, + "value": "\".BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16357, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16790, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16996, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17575, + "length": 14, + "value": "\".StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17660, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17676, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18400, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18665, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 18901, + "length": 13, + "value": "\".BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18985, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 19001, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19434, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 20004, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1755, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2285, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2813, + "length": 1, + "value": "1" + } + ] +} \ No newline at end of file diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.private.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 0000000..577b13c --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftdoc b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 0000000..83d55ff Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 0000000..577b13c --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/module.modulemap b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/module.modulemap new file mode 100644 index 0000000..6a9d851 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module SwiftProtobuf { + umbrella header "SwiftProtobuf-umbrella.h" + + export * + module * { export * } +} + +module SwiftProtobuf.Swift { + header "SwiftProtobuf-Swift.h" + requires objc +} diff --git a/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/SwiftProtobuf b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/SwiftProtobuf new file mode 100755 index 0000000..39791af Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64/SwiftProtobuf.framework/SwiftProtobuf differ diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h new file mode 100644 index 0000000..913f6d7 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-Swift.h @@ -0,0 +1,618 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef SWIFTPROTOBUF_SWIFT_H +#define SWIFTPROTOBUF_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftProtobuf",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +#ifndef SWIFTPROTOBUF_SWIFT_H +#define SWIFTPROTOBUF_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftProtobuf",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h new file mode 100644 index 0000000..6082918 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Headers/SwiftProtobuf-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double SwiftProtobufVersionNumber; +FOUNDATION_EXPORT const unsigned char SwiftProtobufVersionString[]; + diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Info.plist b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Info.plist new file mode 100644 index 0000000..aa3ca09 Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Info.plist differ diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.abi.json b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..e83b6f2 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,124677 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Any", + "printedName": "Google_Protobuf_Any", + "children": [ + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(message:partial:typePrefix:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isA", + "printedName": "isA(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forTypeURL:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forMessageName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyUnpackError", + "printedName": "AnyUnpackError", + "children": [ + { + "kind": "Var", + "name": "typeMismatch", + "printedName": "typeMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedWellKnownTypeJSON", + "printedName": "malformedWellKnownTypeJSON", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedAnyField", + "printedName": "malformedAnyField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Api", + "printedName": "Google_Protobuf_Api", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "methods", + "printedName": "methods", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mixins", + "printedName": "mixins", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Method", + "printedName": "Google_Protobuf_Method", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestTypeURL", + "printedName": "requestTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestStreaming", + "printedName": "requestStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseTypeURL", + "printedName": "responseTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseStreaming", + "printedName": "responseStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Mixin", + "printedName": "Google_Protobuf_Mixin", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "root", + "printedName": "root", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingError", + "printedName": "BinaryDecodingError", + "children": [ + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedProtobuf", + "printedName": "malformedProtobuf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingOptions", + "printedName": "BinaryDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "discardUnknownFields", + "printedName": "discardUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "TypeDecl", + "name": "BinaryDelimited", + "printedName": "BinaryDelimited", + "children": [ + { + "kind": "TypeDecl", + "name": "Error", + "printedName": "Error", + "children": [ + { + "kind": "Var", + "name": "unknownStreamError", + "printedName": "unknownStreamError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Function", + "name": "serialize", + "printedName": "serialize(message:to:partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "OutputStream", + "printedName": "Foundation.OutputStream", + "usr": "c:objc(cs)NSOutputStream" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parse", + "printedName": "parse(messageType:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(into:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryEncodingError", + "printedName": "BinaryEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Decoder", + "printedName": "Decoder", + "children": [ + { + "kind": "Function", + "name": "handleConflictingOneOf", + "printedName": "handleConflictingOneOf()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "nextFieldNumber", + "printedName": "nextFieldNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "paramValueOwnership": "InOut", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFloatField", + "printedName": "decodeRepeatedFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "paramValueOwnership": "InOut", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedDoubleField", + "printedName": "decodeRepeatedDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt32Field", + "printedName": "decodeRepeatedInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt64Field", + "printedName": "decodeRepeatedInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt32Field", + "printedName": "decodeRepeatedUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt64Field", + "printedName": "decodeRepeatedUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt32Field", + "printedName": "decodeRepeatedSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt64Field", + "printedName": "decodeRepeatedSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed32Field", + "printedName": "decodeRepeatedFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed64Field", + "printedName": "decodeRepeatedFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed32Field", + "printedName": "decodeRepeatedSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed64Field", + "printedName": "decodeRepeatedSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "paramValueOwnership": "InOut", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBoolField", + "printedName": "decodeRepeatedBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "paramValueOwnership": "InOut", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedStringField", + "printedName": "decodeRepeatedStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "paramValueOwnership": "InOut", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBytesField", + "printedName": "decodeRepeatedBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedEnumField", + "printedName": "decodeRepeatedEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularMessageField", + "printedName": "decodeSingularMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedMessageField", + "printedName": "decodeRepeatedMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularGroupField", + "printedName": "decodeSingularGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedGroupField", + "printedName": "decodeRepeatedGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(values:messageType:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "mangledName": "$s13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7DecoderP", + "mangledName": "$s13SwiftProtobuf7DecoderP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Edition", + "printedName": "Google_Protobuf_Edition", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2023", + "printedName": "edition2023", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition1TestOnly", + "printedName": "edition1TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2TestOnly", + "printedName": "edition2TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99997TestOnly", + "printedName": "edition99997TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99998TestOnly", + "printedName": "edition99998TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99999TestOnly", + "printedName": "edition99999TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "Google_Protobuf_FileDescriptorSet", + "children": [ + { + "kind": "Var", + "name": "file", + "printedName": "file", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "Google_Protobuf_FileDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "package", + "printedName": "package", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPackage", + "printedName": "hasPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPackage", + "printedName": "clearPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "dependency", + "printedName": "dependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "publicDependency", + "printedName": "publicDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "weakDependency", + "printedName": "weakDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "service", + "printedName": "service", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "sourceCodeInfo", + "printedName": "sourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceCodeInfo", + "printedName": "hasSourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceCodeInfo", + "printedName": "clearSourceCodeInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSyntax", + "printedName": "hasSyntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSyntax", + "printedName": "clearSyntax()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "Google_Protobuf_DescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "field", + "printedName": "field", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nestedType", + "printedName": "nestedType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extensionRange", + "printedName": "extensionRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofDecl", + "printedName": "oneofDecl", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionRange", + "printedName": "ExtensionRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReservedRange", + "printedName": "ReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "Google_Protobuf_ExtensionRangeOptions", + "children": [ + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "verification", + "printedName": "verification", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasVerification", + "printedName": "hasVerification", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearVerification", + "printedName": "clearVerification()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VerificationState", + "printedName": "VerificationState", + "children": [ + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unverified", + "printedName": "unverified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState?", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Declaration", + "printedName": "Declaration", + "children": [ + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "fullName", + "printedName": "fullName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFullName", + "printedName": "hasFullName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFullName", + "printedName": "clearFullName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reserved", + "printedName": "reserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasReserved", + "printedName": "hasReserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearReserved", + "printedName": "clearReserved()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeated", + "printedName": "hasRepeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeated", + "printedName": "clearRepeated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "Google_Protobuf_FieldDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "label", + "printedName": "label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLabel", + "printedName": "hasLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLabel", + "printedName": "clearLabel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "typeName", + "printedName": "typeName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTypeName", + "printedName": "hasTypeName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTypeName", + "printedName": "clearTypeName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "extendee", + "printedName": "extendee", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasExtendee", + "printedName": "hasExtendee", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearExtendee", + "printedName": "clearExtendee()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDefaultValue", + "printedName": "hasDefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDefaultValue", + "printedName": "clearDefaultValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOneofIndex", + "printedName": "hasOneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOneofIndex", + "printedName": "clearOneofIndex()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonName", + "printedName": "hasJsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonName", + "printedName": "clearJsonName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "proto3Optional", + "printedName": "proto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasProto3Optional", + "printedName": "hasProto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearProto3Optional", + "printedName": "clearProto3Optional()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TypeEnum", + "printedName": "TypeEnum", + "children": [ + { + "kind": "Var", + "name": "double", + "printedName": "double", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int64", + "printedName": "int64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint64", + "printedName": "uint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int32", + "printedName": "int32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed64", + "printedName": "fixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed32", + "printedName": "fixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bool", + "printedName": "bool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "group", + "printedName": "group", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bytes", + "printedName": "bytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint32", + "printedName": "uint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "enum", + "printedName": "enum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed32", + "printedName": "sfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed64", + "printedName": "sfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint32", + "printedName": "sint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint64", + "printedName": "sint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Label", + "printedName": "Label", + "children": [ + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label?", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "Google_Protobuf_OneofDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "Google_Protobuf_EnumDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumReservedRange", + "printedName": "EnumReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "Google_Protobuf_EnumValueDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "Google_Protobuf_ServiceDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "Google_Protobuf_MethodDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "inputType", + "printedName": "inputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasInputType", + "printedName": "hasInputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearInputType", + "printedName": "clearInputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "outputType", + "printedName": "outputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOutputType", + "printedName": "hasOutputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOutputType", + "printedName": "clearOutputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "clientStreaming", + "printedName": "clientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasClientStreaming", + "printedName": "hasClientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearClientStreaming", + "printedName": "clearClientStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "serverStreaming", + "printedName": "serverStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasServerStreaming", + "printedName": "hasServerStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearServerStreaming", + "printedName": "clearServerStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileOptions", + "printedName": "Google_Protobuf_FileOptions", + "children": [ + { + "kind": "Var", + "name": "javaPackage", + "printedName": "javaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaPackage", + "printedName": "hasJavaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaPackage", + "printedName": "clearJavaPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaOuterClassname", + "printedName": "javaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaOuterClassname", + "printedName": "hasJavaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaOuterClassname", + "printedName": "clearJavaOuterClassname()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaMultipleFiles", + "printedName": "javaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaMultipleFiles", + "printedName": "hasJavaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaMultipleFiles", + "printedName": "clearJavaMultipleFiles()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenerateEqualsAndHash", + "printedName": "javaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenerateEqualsAndHash", + "printedName": "hasJavaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenerateEqualsAndHash", + "printedName": "clearJavaGenerateEqualsAndHash()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaStringCheckUtf8", + "printedName": "javaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaStringCheckUtf8", + "printedName": "hasJavaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaStringCheckUtf8", + "printedName": "clearJavaStringCheckUtf8()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "optimizeFor", + "printedName": "optimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptimizeFor", + "printedName": "hasOptimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptimizeFor", + "printedName": "clearOptimizeFor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "goPackage", + "printedName": "goPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasGoPackage", + "printedName": "hasGoPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearGoPackage", + "printedName": "clearGoPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccGenericServices", + "printedName": "ccGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcGenericServices", + "printedName": "hasCcGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcGenericServices", + "printedName": "clearCcGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenericServices", + "printedName": "javaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenericServices", + "printedName": "hasJavaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenericServices", + "printedName": "clearJavaGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "pyGenericServices", + "printedName": "pyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPyGenericServices", + "printedName": "hasPyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPyGenericServices", + "printedName": "clearPyGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpGenericServices", + "printedName": "phpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpGenericServices", + "printedName": "hasPhpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpGenericServices", + "printedName": "clearPhpGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccEnableArenas", + "printedName": "ccEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcEnableArenas", + "printedName": "hasCcEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcEnableArenas", + "printedName": "clearCcEnableArenas()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "objcClassPrefix", + "printedName": "objcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasObjcClassPrefix", + "printedName": "hasObjcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearObjcClassPrefix", + "printedName": "clearObjcClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "csharpNamespace", + "printedName": "csharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCsharpNamespace", + "printedName": "hasCsharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCsharpNamespace", + "printedName": "clearCsharpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "swiftPrefix", + "printedName": "swiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSwiftPrefix", + "printedName": "hasSwiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSwiftPrefix", + "printedName": "clearSwiftPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpClassPrefix", + "printedName": "phpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpClassPrefix", + "printedName": "hasPhpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpClassPrefix", + "printedName": "clearPhpClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpNamespace", + "printedName": "phpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpNamespace", + "printedName": "hasPhpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpNamespace", + "printedName": "clearPhpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpMetadataNamespace", + "printedName": "phpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpMetadataNamespace", + "printedName": "hasPhpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpMetadataNamespace", + "printedName": "clearPhpMetadataNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "rubyPackage", + "printedName": "rubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRubyPackage", + "printedName": "hasRubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRubyPackage", + "printedName": "clearRubyPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptimizeMode", + "printedName": "OptimizeMode", + "children": [ + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "codeSize", + "printedName": "codeSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "liteRuntime", + "printedName": "liteRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MessageOptions", + "printedName": "Google_Protobuf_MessageOptions", + "children": [ + { + "kind": "Var", + "name": "messageSetWireFormat", + "printedName": "messageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageSetWireFormat", + "printedName": "hasMessageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageSetWireFormat", + "printedName": "clearMessageSetWireFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "noStandardDescriptorAccessor", + "printedName": "noStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNoStandardDescriptorAccessor", + "printedName": "hasNoStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNoStandardDescriptorAccessor", + "printedName": "clearNoStandardDescriptorAccessor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mapEntry", + "printedName": "mapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMapEntry", + "printedName": "hasMapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMapEntry", + "printedName": "clearMapEntry()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldOptions", + "printedName": "Google_Protobuf_FieldOptions", + "children": [ + { + "kind": "Var", + "name": "ctype", + "printedName": "ctype", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCtype", + "printedName": "hasCtype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCtype", + "printedName": "clearCtype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPacked", + "printedName": "hasPacked", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPacked", + "printedName": "clearPacked()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jstype", + "printedName": "jstype", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJstype", + "printedName": "hasJstype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJstype", + "printedName": "clearJstype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "lazy", + "printedName": "lazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLazy", + "printedName": "hasLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLazy", + "printedName": "clearLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unverifiedLazy", + "printedName": "unverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasUnverifiedLazy", + "printedName": "hasUnverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearUnverifiedLazy", + "printedName": "clearUnverifiedLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "weak", + "printedName": "weak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasWeak", + "printedName": "hasWeak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearWeak", + "printedName": "clearWeak()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "retention", + "printedName": "retention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRetention", + "printedName": "hasRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRetention", + "printedName": "clearRetention()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "targets", + "printedName": "targets", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "editionDefaults", + "printedName": "editionDefaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CType", + "printedName": "CType", + "children": [ + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "cord", + "printedName": "cord", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringPiece", + "printedName": "stringPiece", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType?", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSType", + "printedName": "JSType", + "children": [ + { + "kind": "Var", + "name": "jsNormal", + "printedName": "jsNormal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsString", + "printedName": "jsString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsNumber", + "printedName": "jsNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType?", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionRetention", + "printedName": "OptionRetention", + "children": [ + { + "kind": "Var", + "name": "retentionUnknown", + "printedName": "retentionUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "retentionRuntime", + "printedName": "retentionRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retentionSource", + "printedName": "retentionSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionTargetType", + "printedName": "OptionTargetType", + "children": [ + { + "kind": "Var", + "name": "targetTypeUnknown", + "printedName": "targetTypeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "targetTypeFile", + "printedName": "targetTypeFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeExtensionRange", + "printedName": "targetTypeExtensionRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMessage", + "printedName": "targetTypeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeField", + "printedName": "targetTypeField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeOneof", + "printedName": "targetTypeOneof", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnum", + "printedName": "targetTypeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnumEntry", + "printedName": "targetTypeEnumEntry", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeService", + "printedName": "targetTypeService", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMethod", + "printedName": "targetTypeMethod", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EditionDefault", + "printedName": "EditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofOptions", + "printedName": "Google_Protobuf_OneofOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumOptions", + "printedName": "Google_Protobuf_EnumOptions", + "children": [ + { + "kind": "Var", + "name": "allowAlias", + "printedName": "allowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAllowAlias", + "printedName": "hasAllowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAllowAlias", + "printedName": "clearAllowAlias()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "Google_Protobuf_EnumValueOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "Google_Protobuf_ServiceOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodOptions", + "printedName": "Google_Protobuf_MethodOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "idempotencyLevel", + "printedName": "idempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdempotencyLevel", + "printedName": "hasIdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdempotencyLevel", + "printedName": "clearIdempotencyLevel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IdempotencyLevel", + "printedName": "IdempotencyLevel", + "children": [ + { + "kind": "Var", + "name": "idempotencyUnknown", + "printedName": "idempotencyUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "noSideEffects", + "printedName": "noSideEffects", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "idempotent", + "printedName": "idempotent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "Google_Protobuf_UninterpretedOption", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "identifierValue", + "printedName": "identifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdentifierValue", + "printedName": "hasIdentifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdentifierValue", + "printedName": "clearIdentifierValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "positiveIntValue", + "printedName": "positiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPositiveIntValue", + "printedName": "hasPositiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPositiveIntValue", + "printedName": "clearPositiveIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "negativeIntValue", + "printedName": "negativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNegativeIntValue", + "printedName": "hasNegativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNegativeIntValue", + "printedName": "clearNegativeIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "doubleValue", + "printedName": "doubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDoubleValue", + "printedName": "hasDoubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDoubleValue", + "printedName": "clearDoubleValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStringValue", + "printedName": "hasStringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStringValue", + "printedName": "clearStringValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "aggregateValue", + "printedName": "aggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAggregateValue", + "printedName": "hasAggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAggregateValue", + "printedName": "clearAggregateValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "NamePart", + "printedName": "NamePart", + "children": [ + { + "kind": "Var", + "name": "namePart", + "printedName": "namePart", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNamePart", + "printedName": "hasNamePart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNamePart", + "printedName": "clearNamePart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "isExtension", + "printedName": "isExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIsExtension", + "printedName": "hasIsExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIsExtension", + "printedName": "clearIsExtension()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSet", + "printedName": "Google_Protobuf_FeatureSet", + "children": [ + { + "kind": "Var", + "name": "fieldPresence", + "printedName": "fieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFieldPresence", + "printedName": "hasFieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFieldPresence", + "printedName": "clearFieldPresence()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnumType", + "printedName": "hasEnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnumType", + "printedName": "clearEnumType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeatedFieldEncoding", + "printedName": "repeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeatedFieldEncoding", + "printedName": "hasRepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeatedFieldEncoding", + "printedName": "clearRepeatedFieldEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "messageEncoding", + "printedName": "messageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageEncoding", + "printedName": "hasMessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageEncoding", + "printedName": "clearMessageEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonFormat", + "printedName": "jsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonFormat", + "printedName": "hasJsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonFormat", + "printedName": "clearJsonFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FieldPresence", + "printedName": "FieldPresence", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "implicit", + "printedName": "implicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyRequired", + "printedName": "legacyRequired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence?", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumType", + "printedName": "EnumType", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "open", + "printedName": "open", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType?", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedFieldEncoding", + "printedName": "RepeatedFieldEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expanded", + "printedName": "expanded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MessageEncoding", + "printedName": "MessageEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "lengthPrefixed", + "printedName": "lengthPrefixed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delimited", + "printedName": "delimited", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JsonFormat", + "printedName": "JsonFormat", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "allow", + "printedName": "allow", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyBestEffort", + "printedName": "legacyBestEffort", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat?", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "Google_Protobuf_FeatureSetDefaults", + "children": [ + { + "kind": "Var", + "name": "defaults", + "printedName": "defaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "minimumEdition", + "printedName": "minimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEdition", + "printedName": "hasMinimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEdition", + "printedName": "clearMinimumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEdition", + "printedName": "maximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEdition", + "printedName": "hasMaximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEdition", + "printedName": "clearMaximumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "minimumEditionEnum", + "printedName": "minimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEditionEnum", + "printedName": "hasMinimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEditionEnum", + "printedName": "clearMinimumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEditionEnum", + "printedName": "maximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEditionEnum", + "printedName": "hasMaximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEditionEnum", + "printedName": "clearMaximumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FeatureSetEditionDefault", + "printedName": "FeatureSetEditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "Google_Protobuf_SourceCodeInfo", + "children": [ + { + "kind": "Var", + "name": "location", + "printedName": "location", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Location", + "printedName": "Location", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "span", + "printedName": "span", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "leadingComments", + "printedName": "leadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLeadingComments", + "printedName": "hasLeadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLeadingComments", + "printedName": "clearLeadingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "trailingComments", + "printedName": "trailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTrailingComments", + "printedName": "hasTrailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTrailingComments", + "printedName": "clearTrailingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "leadingDetachedComments", + "printedName": "leadingDetachedComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "Google_Protobuf_GeneratedCodeInfo", + "children": [ + { + "kind": "Var", + "name": "annotation", + "printedName": "annotation", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Annotation", + "printedName": "Annotation", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceFile", + "printedName": "sourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceFile", + "printedName": "hasSourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceFile", + "printedName": "clearSourceFile()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "begin", + "printedName": "begin", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasBegin", + "printedName": "hasBegin", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearBegin", + "printedName": "clearBegin()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "semantic", + "printedName": "semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSemantic", + "printedName": "hasSemantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSemantic", + "printedName": "clearSemantic()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Semantic", + "printedName": "Semantic", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "set", + "printedName": "set", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "alias", + "printedName": "alias", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic?", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Duration", + "printedName": "Google_Protobuf_Duration", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeInterval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeInterval", + "printedName": "timeInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Empty", + "printedName": "Google_Protobuf_Empty", + "children": [ + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Enum", + "printedName": "Enum", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumPxycfc", + "mangledName": "$s13SwiftProtobuf4EnumPxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivp", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivg", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : Swift.RawRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "children": [ + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "getExtensionValue", + "printedName": "getExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0.ValueType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hasExtensionValue", + "printedName": "hasExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearExtensionValue", + "printedName": "clearExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Equatable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Hashable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "children": [ + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "AssociatedType", + "name": "ValueType", + "printedName": "ValueType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalExtensionField", + "printedName": "OptionalExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedExtensionField", + "printedName": "RepeatedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedExtensionField", + "printedName": "PackedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalEnumExtensionField", + "printedName": "OptionalEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedEnumExtensionField", + "printedName": "RepeatedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedEnumExtensionField", + "printedName": "PackedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalMessageExtensionField", + "printedName": "OptionalMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedMessageExtensionField", + "printedName": "RepeatedMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalGroupExtensionField", + "printedName": "OptionalGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedGroupExtensionField", + "printedName": "RepeatedGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionFieldValueSet", + "printedName": "ExtensionFieldValueSet", + "children": [ + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "children": [ + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldMask", + "printedName": "Google_Protobuf_FieldMask", + "children": [ + { + "kind": "Var", + "name": "paths", + "printedName": "paths", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "AssociatedType", + "name": "BaseType", + "printedName": "BaseType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "mangledName": "$s13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0.BaseType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.BaseType : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MapKeyType", + "printedName": "MapKeyType", + "children": [ + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_0.BaseType : Swift.Comparable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MapValueType", + "printedName": "MapValueType", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFloat", + "printedName": "ProtobufFloat", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5FloatV", + "mangledName": "$s13SwiftProtobuf0B5FloatV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufDouble", + "printedName": "ProtobufDouble", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6DoubleV", + "mangledName": "$s13SwiftProtobuf0B6DoubleV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt32", + "printedName": "ProtobufInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int32V", + "mangledName": "$s13SwiftProtobuf0B5Int32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt64", + "printedName": "ProtobufInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int64V", + "mangledName": "$s13SwiftProtobuf0B5Int64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt32", + "printedName": "ProtobufUInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt32V", + "mangledName": "$s13SwiftProtobuf0B6UInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt64", + "printedName": "ProtobufUInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt64V", + "mangledName": "$s13SwiftProtobuf0B6UInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt32", + "printedName": "ProtobufSInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt32V", + "mangledName": "$s13SwiftProtobuf0B6SInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt64", + "printedName": "ProtobufSInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt64V", + "mangledName": "$s13SwiftProtobuf0B6SInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed32", + "printedName": "ProtobufFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed32V", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed64", + "printedName": "ProtobufFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed64V", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed32", + "printedName": "ProtobufSFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed32V", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed64", + "printedName": "ProtobufSFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed64V", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBool", + "printedName": "ProtobufBool", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B4BoolV", + "mangledName": "$s13SwiftProtobuf0B4BoolV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufString", + "printedName": "ProtobufString", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6StringV", + "mangledName": "$s13SwiftProtobuf0B6StringV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBytes", + "printedName": "ProtobufBytes", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5BytesV", + "mangledName": "$s13SwiftProtobuf0B5BytesV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "defaultAnyTypeURLPrefix", + "printedName": "defaultAnyTypeURLPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Dispatch", + "printedName": "Dispatch", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "mangledName": "$s13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Prefix", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Internal", + "printedName": "Internal", + "children": [ + { + "kind": "Var", + "name": "emptyData", + "printedName": "emptyData", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8InternalO", + "mangledName": "$s13SwiftProtobuf8InternalO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingError", + "printedName": "JSONDecodingError", + "children": [ + { + "kind": "Var", + "name": "failure", + "printedName": "failure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberRange", + "printedName": "numberRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedMap", + "printedName": "malformedMap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedBool", + "printedName": "malformedBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedString", + "printedName": "malformedString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "illegalNull", + "printedName": "illegalNull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unquotedMapKey", + "printedName": "unquotedMapKey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "leadingZero", + "printedName": "leadingZero", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedDuration", + "printedName": "malformedDuration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedTimestamp", + "printedName": "malformedTimestamp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedFieldMask", + "printedName": "malformedFieldMask", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> (Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingOptions", + "printedName": "JSONDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "ignoreUnknownFields", + "printedName": "ignoreUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingError", + "printedName": "JSONEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "timestampRange", + "printedName": "timestampRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "durationRange", + "printedName": "durationRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fieldMaskConversion", + "printedName": "fieldMaskConversion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingValue", + "printedName": "missingValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "valueNumberNotFinite", + "printedName": "valueNumberNotFinite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingOptions", + "printedName": "JSONEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "alwaysPrintEnumsAsInts", + "printedName": "alwaysPrintEnumsAsInts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "preserveProtoFieldNames", + "printedName": "preserveProtoFieldNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Message", + "printedName": "Message", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePxycfc", + "mangledName": "$s13SwiftProtobuf7MessagePxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "with", + "printedName": "with(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout τ_0_0) throws -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Rethrows", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unpackingAny:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "serializedData", + "printedName": "serializedData(partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "_merge", + "printedName": "_merge(rawBuffer:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnsafeRawBufferPointer", + "printedName": "Swift.UnsafeRawBufferPointer", + "usr": "s:SW" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "children": [ + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MessageExtension", + "printedName": "MessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_protobuf_fieldNumber:fieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13SwiftProtobuf16MessageExtensionC", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_NameMap", + "printedName": "_NameMap", + "children": [ + { + "kind": "TypeDecl", + "name": "NameDescription", + "printedName": "NameDescription", + "children": [ + { + "kind": "Var", + "name": "same", + "printedName": "same", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standard", + "printedName": "standard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, json: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "aliased", + "printedName": "aliased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, aliases: [Swift.StaticString])", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.StaticString]", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapVACycfc", + "mangledName": "$s13SwiftProtobuf8_NameMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.Int, SwiftProtobuf._NameMap.NameDescription)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Int, SwiftProtobuf._NameMap.NameDescription)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "mangledName": "$s13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf8_NameMapV", + "mangledName": "$s13SwiftProtobuf8_NameMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersion_2", + "printedName": "ProtobufAPIVersion_2", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B12APIVersion_2P", + "mangledName": "$s13SwiftProtobuf0B12APIVersion_2P", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersionCheck", + "printedName": "ProtobufAPIVersionCheck", + "children": [ + { + "kind": "AssociatedType", + "name": "Version", + "printedName": "Version", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.Version : SwiftProtobuf.ProtobufAPIVersion_2>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMap", + "printedName": "_ProtobufMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B3MapV", + "mangledName": "$s13SwiftProtobuf01_B3MapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMessageMap", + "printedName": "_ProtobufMessageMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B10MessageMapV", + "mangledName": "$s13SwiftProtobuf01_B10MessageMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : Swift.Hashable, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufEnumMap", + "printedName": "_ProtobufEnumMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B7EnumMapV", + "mangledName": "$s13SwiftProtobuf01_B7EnumMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "children": [ + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._ProtoNameProviding>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SimpleExtensionMap", + "printedName": "SimpleExtensionMap", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVACycfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.SimpleExtensionMap]", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "formUnion", + "printedName": "formUnion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "union", + "printedName": "union(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceContext", + "printedName": "Google_Protobuf_SourceContext", + "children": [ + { + "kind": "Var", + "name": "fileName", + "printedName": "fileName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_NullValue", + "printedName": "Google_Protobuf_NullValue", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Struct", + "printedName": "Google_Protobuf_Struct", + "children": [ + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.String, SwiftProtobuf.Google_Protobuf_Value)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, SwiftProtobuf.Google_Protobuf_Value)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(fields:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Value", + "printedName": "Google_Protobuf_Value", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OneOf_Kind", + "printedName": "OneOf_Kind", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nilLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(numberValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(boolValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(structValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(listValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ListValue", + "printedName": "Google_Protobuf_ListValue", + "children": [ + { + "kind": "Var", + "name": "values", + "printedName": "values", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingError", + "printedName": "TextFormatDecodingError", + "children": [ + { + "kind": "Var", + "name": "malformedText", + "printedName": "malformedText", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingOptions", + "printedName": "TextFormatDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatEncodingOptions", + "printedName": "TextFormatEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "printUnknownFields", + "printedName": "printUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Timestamp", + "printedName": "Google_Protobuf_Timestamp", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSince1970:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSinceReferenceDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(date:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeIntervalSince1970", + "printedName": "timeIntervalSince1970", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeIntervalSinceReferenceDate", + "printedName": "timeIntervalSinceReferenceDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "date", + "printedName": "date", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Syntax", + "printedName": "Google_Protobuf_Syntax", + "children": [ + { + "kind": "Var", + "name": "proto2", + "printedName": "proto2", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3", + "printedName": "proto3", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "editions", + "printedName": "editions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Type", + "printedName": "Google_Protobuf_Type", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofs", + "printedName": "oneofs", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Field", + "printedName": "Google_Protobuf_Field", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cardinality", + "printedName": "cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Kind", + "printedName": "Kind", + "children": [ + { + "kind": "Var", + "name": "typeUnknown", + "printedName": "typeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeDouble", + "printedName": "typeDouble", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFloat", + "printedName": "typeFloat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt64", + "printedName": "typeInt64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint64", + "printedName": "typeUint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt32", + "printedName": "typeInt32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed64", + "printedName": "typeFixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed32", + "printedName": "typeFixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBool", + "printedName": "typeBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeString", + "printedName": "typeString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeGroup", + "printedName": "typeGroup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeMessage", + "printedName": "typeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBytes", + "printedName": "typeBytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint32", + "printedName": "typeUint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeEnum", + "printedName": "typeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed32", + "printedName": "typeSfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed64", + "printedName": "typeSfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint32", + "printedName": "typeSint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint64", + "printedName": "typeSint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Cardinality", + "printedName": "Cardinality", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality?", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Enum", + "printedName": "Google_Protobuf_Enum", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumvalue", + "printedName": "enumvalue", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValue", + "printedName": "Google_Protobuf_EnumValue", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Option", + "printedName": "Google_Protobuf_Option", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UnknownStorage", + "printedName": "UnknownStorage", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14UnknownStorageVACycfc", + "mangledName": "$s13SwiftProtobuf14UnknownStorageVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf14UnknownStorageV", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Version", + "printedName": "Version", + "children": [ + { + "kind": "Var", + "name": "major", + "printedName": "major", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5majorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5majorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "minor", + "printedName": "minor", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5minorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5minorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "revision", + "printedName": "revision", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvpZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvgZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf7VersionV", + "mangledName": "$s13SwiftProtobuf7VersionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Visitor", + "printedName": "Visitor", + "children": [ + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularDoubleField", + "printedName": "visitSingularDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt64Field", + "printedName": "visitSingularInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt64Field", + "printedName": "visitSingularUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBoolField", + "printedName": "visitSingularBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularStringField", + "printedName": "visitSingularStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBytesField", + "printedName": "visitSingularBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularEnumField", + "printedName": "visitSingularEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularMessageField", + "printedName": "visitSingularMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitUnknown", + "printedName": "visitUnknown(bytes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "mangledName": "$s13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7VisitorP", + "mangledName": "$s13SwiftProtobuf7VisitorP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DoubleValue", + "printedName": "Google_Protobuf_DoubleValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FloatValue", + "printedName": "Google_Protobuf_FloatValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int64Value", + "printedName": "Google_Protobuf_Int64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt64Value", + "printedName": "Google_Protobuf_UInt64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int32Value", + "printedName": "Google_Protobuf_Int32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt32Value", + "printedName": "Google_Protobuf_UInt32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BoolValue", + "printedName": "Google_Protobuf_BoolValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_StringValue", + "printedName": "Google_Protobuf_StringValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BytesValue", + "printedName": "Google_Protobuf_BytesValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7762, + "length": 6, + "value": "\".Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7859, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7876, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7892, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8668, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8759, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9315, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9711, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1032, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1762, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 2506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 2877, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 3944, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 4455, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 5522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 9765, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10078, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 11040, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 12897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14825, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 15201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16012, + "length": 4, + "value": "\"{}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16104, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 16815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17364, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17494, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 18483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 18607, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3545, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3644, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 5445, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 6507, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10332, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10550, + "length": 6, + "value": "\".Api\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10643, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10672, + "length": 9, + "value": "\"methods\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10688, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10704, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10720, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10736, + "length": 9, + "value": "\"version\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10752, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10772, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10795, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10811, + "length": 8, + "value": "\"mixins\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10842, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11357, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11442, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11527, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11611, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11787, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12489, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12607, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12724, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12963, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13078, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13313, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13362, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13861, + "length": 9, + "value": "\".Method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13957, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13970, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13990, + "length": 18, + "value": "\"request_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14015, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14035, + "length": 19, + "value": "\"request_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14081, + "length": 19, + "value": "\"response_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14107, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14127, + "length": 20, + "value": "\"response_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14154, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14170, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14186, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14202, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14717, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14808, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14991, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15083, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15168, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15456, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15720, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15853, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15895, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15988, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16106, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16221, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16543, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16726, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17065, + "length": 8, + "value": "\".Mixin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17144, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17160, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17173, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17189, + "length": 6, + "value": "\"root\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17702, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17990, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 18101, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18291, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18395, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18413, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1313, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3010, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 61, + "value": "\"Somehow BinaryDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3788, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4887, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5033, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5090, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5129, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5183, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5192, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5326, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5415, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5459, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5531, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5564, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5724, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5761, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5799, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5834, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5896, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6025, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6072, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6081, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6155, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6194, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6264, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6405, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6440, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6591, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6632, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6790, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7622, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7857, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8391, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9251, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9504, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 10005, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10159, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10494, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10784, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11071, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 11142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11600, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 12549, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12999, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 13991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14440, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14722, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 15292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15713, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16084, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16737, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 16808, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17634, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17914, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18191, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18963, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19068, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19277, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19382, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20013, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20564, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21195, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21703, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21956, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23189, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23442, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24174, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25179, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25200, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25534, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25960, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 28222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28351, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28766, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29144, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 29607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "Array", + "offset": 30277, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30934, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31365, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 31636, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31915, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 32141, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 32420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34977, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 36644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37053, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37576, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 38627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39533, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 40115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 44769, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44930, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 45266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 46077, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 47387, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47829, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48781, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48868, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48895, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 49244, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50156, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50243, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50270, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51196, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51390, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51410, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51427, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51562, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51595, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 51612, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51656, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51842, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51876, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51910, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52047, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52634, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53581, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53761, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53799, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54036, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54216, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54254, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 55839, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1707, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 2372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 5103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 6974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7246, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7781, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7786, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8144, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8325, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 9783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9841, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9867, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9875, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9917, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9934, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2277, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2312, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2344, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5884, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9393, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12027, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 14990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 15435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16912, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17268, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17898, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18579, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18660, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19301, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19385, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 20096, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7287, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9460, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9464, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10318, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10392, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10622, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11383, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11811, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11893, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12036, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12111, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3762, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3797, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3842, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3887, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4105, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4137, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4181, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4271, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 4837, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6097, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6215, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6377, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6489, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6556, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6625, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6696, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 12701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 13080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 15906, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 16167, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 18308, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 19941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 20471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 22238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 25566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 28315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30070, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30098, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30126, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30183, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30243, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30270, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30299, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30328, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30359, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30388, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30418, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30446, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30478, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30510, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30540, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30678, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30706, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30763, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30791, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30821, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30851, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30878, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30907, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30935, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30966, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30995, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31025, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31053, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31085, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31117, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31147, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31177, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31511, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31542, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31714, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31745, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31776, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 34577, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35253, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35399, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 37761, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 39408, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 45788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 46337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 47271, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 49699, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50204, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50719, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51222, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51964, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 52533, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58860, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58891, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59063, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59097, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 60606, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 61343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 62108, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 63390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 64345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 65465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 67505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 70972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 71551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 73278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76084, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76253, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76711, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76742, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76883, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76914, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77515, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77787, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78746, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78833, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78871, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78909, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78946, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78988, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79028, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79223, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79270, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79348, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79386, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79423, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79465, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79505, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79544, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 82904, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 83571, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 84201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 85001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 86121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 87106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 88153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 88637, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 90020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 90497, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 91357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 92815, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93581, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93734, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93770, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93803, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 95008, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 95686, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 98850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103143, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103174, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103382, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103419, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103741, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103768, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103962, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104328, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104905, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105115, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105448, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105476, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 107474, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 114958, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116335, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116726, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 119599, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120491, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 121628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 122211, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123584, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123612, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123758, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 127995, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128155, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128171, + "length": 17, + "value": "\"EDITION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128211, + "length": 21, + "value": "\"EDITION_1_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128239, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128255, + "length": 21, + "value": "\"EDITION_2_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128283, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128302, + "length": 14, + "value": "\"EDITION_2023\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128323, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128343, + "length": 25, + "value": "\"EDITION_99997_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128375, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128395, + "length": 25, + "value": "\"EDITION_99998_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128427, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128447, + "length": 25, + "value": "\"EDITION_99999_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128695, + "length": 20, + "value": "\".FileDescriptorSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128802, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129365, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129655, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130175, + "length": 22, + "value": "\".FileDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130284, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130313, + "length": 9, + "value": "\"package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130329, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130345, + "length": 12, + "value": "\"dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130364, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130385, + "length": 19, + "value": "\"public_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130411, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130432, + "length": 17, + "value": "\"weak_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130456, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130476, + "length": 14, + "value": "\"message_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130497, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130517, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130535, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130551, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130567, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130583, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130601, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130617, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130633, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130653, + "length": 18, + "value": "\"source_code_info\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130678, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130695, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130710, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130727, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130743, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130764, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130975, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131053, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131215, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131810, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131897, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131986, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132072, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132157, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132246, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132332, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132425, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132518, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132609, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132694, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132780, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133612, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133738, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133976, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134102, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134215, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134339, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134477, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134608, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134720, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134837, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134956, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135525, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135631, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135747, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135985, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136208, + "length": 18, + "value": "\".DescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136313, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136342, + "length": 7, + "value": "\"field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136356, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136372, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136390, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136410, + "length": 13, + "value": "\"nested_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136430, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136450, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136468, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136488, + "length": 17, + "value": "\"extension_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136512, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136532, + "length": 12, + "value": "\"oneof_decl\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136551, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136567, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136583, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136603, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136626, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136647, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136792, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136916, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136978, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137291, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138609, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139416, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139511, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139604, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139797, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139889, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139983, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140081, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141185, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141333, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141471, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141594, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141736, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141882, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 142025, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142562, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142634, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142778, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143180, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143582, + "length": 17, + "value": "\".ExtensionRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143670, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143686, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143700, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143716, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143744, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143851, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144379, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145157, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145274, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 145963, + "length": 16, + "value": "\".ReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146050, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146066, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146080, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146096, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146609, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147190, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 147898, + "length": 24, + "value": "\".ExtensionRangeOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147993, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148015, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148060, + "length": 13, + "value": "\"declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148080, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148097, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148114, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148130, + "length": 14, + "value": "\"verification\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148401, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148847, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148936, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149024, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149112, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149211, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149218, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149933, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150048, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150166, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150313, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150408, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150419, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150673, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150844, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151203, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151219, + "length": 13, + "value": "\"DECLARATION\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151255, + "length": 12, + "value": "\"UNVERIFIED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151543, + "length": 14, + "value": "\".Declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151644, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151659, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151679, + "length": 11, + "value": "\"full_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151697, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151713, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151726, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151742, + "length": 10, + "value": "\"reserved\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151759, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151775, + "length": 10, + "value": "\"repeated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152380, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152462, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152546, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153132, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153249, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153362, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153477, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153592, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153848, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153946, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154359, + "length": 23, + "value": "\".FieldDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154469, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154482, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154498, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154513, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154529, + "length": 7, + "value": "\"label\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154543, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154559, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154572, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154592, + "length": 11, + "value": "\"type_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154610, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154626, + "length": 10, + "value": "\"extendee\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154643, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154663, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154685, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154705, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154725, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154746, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154764, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154780, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154796, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154817, + "length": 17, + "value": "\"proto3_optional\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154950, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155378, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155460, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155546, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155629, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155710, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155790, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155876, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155966, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156052, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156139, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156226, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156935, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157161, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157272, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157389, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157510, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157627, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157745, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157862, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157984, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158211, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158458, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158824, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 158999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159015, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159035, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159051, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159070, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159086, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159105, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159121, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159141, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159157, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159176, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159192, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159229, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159250, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159266, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159284, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159300, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159320, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159337, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159356, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159373, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159394, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159411, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159430, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159447, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159467, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159484, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159502, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159519, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159558, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159580, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159597, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159617, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159634, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159817, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159833, + "length": 16, + "value": "\"LABEL_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159856, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159872, + "length": 16, + "value": "\"LABEL_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159911, + "length": 16, + "value": "\"LABEL_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160153, + "length": 23, + "value": "\".OneofDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160247, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160263, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160276, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160292, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160927, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161514, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161631, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161908, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161969, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161987, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162214, + "length": 22, + "value": "\".EnumDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162307, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162323, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162336, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162352, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162366, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162382, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162398, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162418, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162441, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162461, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162650, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163178, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163261, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163347, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163438, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164028, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164146, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164259, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164520, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165315, + "length": 20, + "value": "\".EnumReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165422, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165436, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165452, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165883, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166657, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167273, + "length": 27, + "value": "\".EnumValueDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167387, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167400, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167416, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167431, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167447, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168082, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168165, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168866, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168983, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169217, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169626, + "length": 25, + "value": "\".ServiceDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169722, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169738, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169751, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169767, + "length": 8, + "value": "\"method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169782, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169798, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 170000, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170594, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171414, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172050, + "length": 24, + "value": "\".MethodDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172161, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172174, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172194, + "length": 12, + "value": "\"input_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172213, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172233, + "length": 13, + "value": "\"output_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172253, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172269, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172285, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172305, + "length": 18, + "value": "\"client_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172330, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172350, + "length": 18, + "value": "\"server_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172466, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172994, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173081, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173169, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173255, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173346, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174056, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174175, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174414, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174536, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174764, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175140, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175359, + "length": 14, + "value": "\".FileOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175444, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175464, + "length": 14, + "value": "\"java_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175485, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175505, + "length": 22, + "value": "\"java_outer_classname\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175534, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175555, + "length": 21, + "value": "\"java_multiple_files\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175604, + "length": 31, + "value": "\"java_generate_equals_and_hash\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175642, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175663, + "length": 24, + "value": "\"java_string_check_utf8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175694, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175714, + "length": 14, + "value": "\"optimize_for\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175735, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175756, + "length": 12, + "value": "\"go_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175775, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175796, + "length": 21, + "value": "\"cc_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175824, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175845, + "length": 23, + "value": "\"java_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175875, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175896, + "length": 21, + "value": "\"py_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175924, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175945, + "length": 22, + "value": "\"php_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175974, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175991, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176010, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176031, + "length": 18, + "value": "\"cc_enable_arenas\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176056, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176077, + "length": 19, + "value": "\"objc_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176103, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176124, + "length": 18, + "value": "\"csharp_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176170, + "length": 14, + "value": "\"swift_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176191, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176212, + "length": 18, + "value": "\"php_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176237, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176258, + "length": 15, + "value": "\"php_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176280, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176301, + "length": 24, + "value": "\"php_metadata_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176332, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176353, + "length": 14, + "value": "\"ruby_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176374, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176391, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176408, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176430, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 177438, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 178934, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179173, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179193, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179829, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179931, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180024, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180124, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180218, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180318, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180420, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180520, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180628, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180721, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180823, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180920, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181020, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181120, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181216, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181315, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181412, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181513, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181618, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181714, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181808, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181914, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181921, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182853, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182981, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183115, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183244, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183379, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183516, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183651, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183794, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183922, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184059, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184191, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184326, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184461, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184592, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184726, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184858, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184994, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185134, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185265, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185557, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185656, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185667, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186323, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187025, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187507, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187679, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187939, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188167, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188337, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188353, + "length": 7, + "value": "\"SPEED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188367, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188383, + "length": 11, + "value": "\"CODE_SIZE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188401, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188417, + "length": 14, + "value": "\"LITE_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188651, + "length": 17, + "value": "\".MessageOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188759, + "length": 25, + "value": "\"message_set_wire_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188791, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188811, + "length": 33, + "value": "\"no_standard_descriptor_accessor\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188851, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188867, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188886, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188906, + "length": 11, + "value": "\"map_entry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188924, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188945, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188992, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189009, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189048, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189237, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189345, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189773, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189973, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190059, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190143, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190254, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190342, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190441, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190448, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191288, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191405, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191520, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191661, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191780, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191927, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192022, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193105, + "length": 15, + "value": "\".FieldOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193207, + "length": 7, + "value": "\"ctype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193237, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193252, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193268, + "length": 8, + "value": "\"jstype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193283, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193299, + "length": 6, + "value": "\"lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193312, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193333, + "length": 17, + "value": "\"unverified_lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193357, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193373, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193392, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193409, + "length": 6, + "value": "\"weak\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193422, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193443, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193464, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193481, + "length": 11, + "value": "\"retention\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193499, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193516, + "length": 9, + "value": "\"targets\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193532, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193553, + "length": 18, + "value": "\"edition_defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193578, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193595, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193612, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193634, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194145, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194222, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195508, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196136, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196224, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196316, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196402, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196490, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196577, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196674, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196768, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196860, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196950, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197051, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197145, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197251, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197258, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198296, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198417, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198540, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198661, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198793, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198922, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199049, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199185, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199336, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199461, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199624, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199723, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199734, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200268, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200614, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200830, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201146, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201308, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201326, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201506, + "length": 8, + "value": "\"STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201537, + "length": 6, + "value": "\"CORD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201550, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201566, + "length": 14, + "value": "\"STRING_PIECE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201743, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201759, + "length": 11, + "value": "\"JS_NORMAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201793, + "length": 11, + "value": "\"JS_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201811, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201827, + "length": 11, + "value": "\"JS_NUMBER\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202026, + "length": 19, + "value": "\"RETENTION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202068, + "length": 19, + "value": "\"RETENTION_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202094, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202110, + "length": 18, + "value": "\"RETENTION_SOURCE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202317, + "length": 21, + "value": "\"TARGET_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202345, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202361, + "length": 18, + "value": "\"TARGET_TYPE_FILE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202386, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202402, + "length": 29, + "value": "\"TARGET_TYPE_EXTENSION_RANGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202438, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202454, + "length": 21, + "value": "\"TARGET_TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202482, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202498, + "length": 19, + "value": "\"TARGET_TYPE_FIELD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202524, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202540, + "length": 19, + "value": "\"TARGET_TYPE_ONEOF\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202566, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202582, + "length": 18, + "value": "\"TARGET_TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202607, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202623, + "length": 24, + "value": "\"TARGET_TYPE_ENUM_ENTRY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202654, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202670, + "length": 21, + "value": "\"TARGET_TYPE_SERVICE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202698, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202714, + "length": 20, + "value": "\"TARGET_TYPE_METHOD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202995, + "length": 17, + "value": "\".EditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203099, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203115, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203135, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203172, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203690, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203773, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204478, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204596, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204948, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205009, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205027, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205247, + "length": 15, + "value": "\".OneofOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205349, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205366, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205388, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205514, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206113, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206200, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206299, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206306, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207146, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207241, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207252, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207602, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207697, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 207934, + "length": 14, + "value": "\".EnumOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208019, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208039, + "length": 13, + "value": "\"allow_alias\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208059, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208075, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208094, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208114, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208161, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208177, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208194, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208216, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208495, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208513, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208941, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209027, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209113, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209223, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209310, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209409, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209416, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210108, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210225, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210366, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210484, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210630, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210725, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210736, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 210954, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211640, + "length": 19, + "value": "\".EnumValueOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211746, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211781, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211798, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211818, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211839, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211861, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212158, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212672, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212759, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212846, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212945, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212952, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213649, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213767, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213885, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214031, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214126, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214137, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214477, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 214946, + "length": 17, + "value": "\".ServiceOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215034, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215051, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215068, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215085, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215104, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215126, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215851, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215938, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216125, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216132, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216827, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216946, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217093, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217188, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217199, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 217944, + "length": 16, + "value": "\".MethodOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218031, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218048, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218067, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218088, + "length": 19, + "value": "\"idempotency_level\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218114, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218131, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218148, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218170, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218895, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218982, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219075, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219163, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219262, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219269, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219963, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220087, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220206, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220353, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220448, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220459, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220937, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221050, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221242, + "length": 21, + "value": "\"IDEMPOTENCY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221286, + "length": 17, + "value": "\"NO_SIDE_EFFECTS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221310, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221326, + "length": 12, + "value": "\"IDEMPOTENT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221563, + "length": 22, + "value": "\".UninterpretedOption\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221672, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221685, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221705, + "length": 18, + "value": "\"identifier_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221730, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221750, + "length": 20, + "value": "\"positive_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221777, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221797, + "length": 20, + "value": "\"negative_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221824, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221844, + "length": 14, + "value": "\"double_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221865, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221885, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221906, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221926, + "length": 17, + "value": "\"aggregate_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222072, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222500, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222582, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222675, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222769, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222862, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222951, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223039, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223635, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223755, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223880, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224004, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224124, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224243, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224366, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224724, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225055, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225326, + "length": 11, + "value": "\".NamePart\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225408, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225428, + "length": 11, + "value": "\"name_part\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225466, + "length": 14, + "value": "\"is_extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226139, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226849, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227237, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227455, + "length": 13, + "value": "\".FeatureSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227559, + "length": 16, + "value": "\"field_presence\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227602, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227620, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227640, + "length": 25, + "value": "\"repeated_field_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227672, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227692, + "length": 18, + "value": "\"message_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227717, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227737, + "length": 13, + "value": "\"json_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228473, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228570, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228661, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228747, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228754, + "length": 4, + "value": "1002" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228760, + "length": 4, + "value": "9995" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228767, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229457, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229572, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229700, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229822, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229939, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230036, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230047, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230865, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230881, + "length": 24, + "value": "\"FIELD_PRESENCE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230928, + "length": 10, + "value": "\"EXPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230961, + "length": 10, + "value": "\"IMPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230978, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230994, + "length": 17, + "value": "\"LEGACY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231190, + "length": 19, + "value": "\"ENUM_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231232, + "length": 6, + "value": "\"OPEN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231245, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231261, + "length": 8, + "value": "\"CLOSED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231461, + "length": 33, + "value": "\"REPEATED_FIELD_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231517, + "length": 8, + "value": "\"PACKED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231548, + "length": 10, + "value": "\"EXPANDED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231744, + "length": 26, + "value": "\"MESSAGE_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231793, + "length": 17, + "value": "\"LENGTH_PREFIXED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231833, + "length": 11, + "value": "\"DELIMITED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232025, + "length": 21, + "value": "\"JSON_FORMAT_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232069, + "length": 7, + "value": "\"ALLOW\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232083, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232099, + "length": 20, + "value": "\"LEGACY_BEST_EFFORT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232343, + "length": 21, + "value": "\".FeatureSetDefaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232451, + "length": 10, + "value": "\"defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232468, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232488, + "length": 17, + "value": "\"minimum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232512, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232532, + "length": 17, + "value": "\"maximum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232556, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232576, + "length": 22, + "value": "\"minimum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232605, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232625, + "length": 22, + "value": "\"maximum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232780, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233208, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233386, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233478, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233572, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234420, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234545, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234670, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234898, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235538, + "length": 27, + "value": "\".FeatureSetEditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235652, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235668, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235688, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235709, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235725, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236280, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236365, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236452, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237161, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237557, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237748, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 237970, + "length": 17, + "value": "\".SourceCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 238074, + "length": 10, + "value": "\"location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239089, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239368, + "length": 11, + "value": "\".Location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239450, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239466, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239479, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239495, + "length": 6, + "value": "\"span\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239508, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239528, + "length": 18, + "value": "\"leading_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239553, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239573, + "length": 19, + "value": "\"trailing_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239599, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239619, + "length": 27, + "value": "\"leading_detached_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240152, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240232, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240325, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240419, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241019, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241127, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241247, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241372, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241525, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242315, + "length": 20, + "value": "\".GeneratedCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242422, + "length": 12, + "value": "\"annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242860, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243394, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243742, + "length": 13, + "value": "\".Annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243826, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243842, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243855, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243875, + "length": 13, + "value": "\"source_file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243911, + "length": 7, + "value": "\"begin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243925, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243941, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243953, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243969, + "length": 10, + "value": "\"semantic\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244405, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244655, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244735, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245434, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245547, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245658, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245773, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246013, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246274, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246292, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246491, + "length": 6, + "value": "\"NONE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246520, + "length": 5, + "value": "\"SET\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246548, + "length": 7, + "value": "\"ALIAS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1062, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 5989, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6212, + "length": 11, + "value": "\".Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6310, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6342, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6858, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7147, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7581, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3378, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3598, + "length": 8, + "value": "\".Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "BooleanLiteral", + "offset": 1959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5072, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5130, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5137, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 5407, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 5612, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6922, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6980, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 7257, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10385, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10443, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10450, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 10719, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 10923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12277, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12335, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12342, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 12611, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 12815, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15848, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15906, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15913, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 16185, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 16392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19441, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19496, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19503, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 19910, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 20115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "IntegerLiteral", + "offset": 1748, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "Array", + "offset": 9053, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9626, + "length": 12, + "value": "\".FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 9709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9725, + "length": 7, + "value": "\"paths\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10158, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10449, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10649, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1267, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2198, + "length": 4, + "value": "0x07" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2261, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 3377, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 4519, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 5674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 6823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 7975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 10288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 11444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 12603, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 13767, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 14931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 16100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 17259, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 18422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 19524, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 20603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 749, + "length": 21, + "value": "\"type.googleapis.com\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 33, + "value": "\"org.swift.protobuf.typeRegistry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1119, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1505, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2250, + "length": 21, + "value": "\"google.protobuf.Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2301, + "length": 27, + "value": "\"google.protobuf.BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 28, + "value": "\"google.protobuf.BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2429, + "length": 29, + "value": "\"google.protobuf.DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 26, + "value": "\"google.protobuf.Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 23, + "value": "\"google.protobuf.Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 27, + "value": "\"google.protobuf.FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2675, + "length": 28, + "value": "\"google.protobuf.FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2740, + "length": 28, + "value": "\"google.protobuf.Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2805, + "length": 28, + "value": "\"google.protobuf.Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2870, + "length": 27, + "value": "\"google.protobuf.ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2933, + "length": 29, + "value": "\"google.protobuf.StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3000, + "length": 24, + "value": "\"google.protobuf.Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3057, + "length": 27, + "value": "\"google.protobuf.Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3120, + "length": 29, + "value": "\"google.protobuf.UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3187, + "length": 29, + "value": "\"google.protobuf.UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 23, + "value": "\"google.protobuf.Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 4779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 5278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 771, + "length": 12, + "value": "315576000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 996, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1078, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1149, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1272, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1277, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1282, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1287, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1292, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1297, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1302, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1307, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1312, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1371, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1857, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2023, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3325, + "length": 19, + "value": "\"-0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3342, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3358, + "length": 27, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3369, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3383, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4158, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4173, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5967, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1154, + "length": 4, + "value": "0x20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1187, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1691, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1722, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1728, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1732, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1738, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1750, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2125, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2156, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2195, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2252, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2258, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2262, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2268, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2272, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2276, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2280, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "Array", + "offset": 2633, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2758, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5759, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5794, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5801, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1280, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1516, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 2033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_NullValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 766, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1826, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 697, + "length": 12, + "value": "-62135596800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 12, + "value": "253402300799" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1308, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1486, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1507, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1529, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1550, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1574, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1598, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1621, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 3, + "value": "528" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2229, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2258, + "length": 5, + "value": "53328" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2349, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2359, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2384, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2409, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2568, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2583, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2627, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2764, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2808, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2964, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3007, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3139, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3166, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3195, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3345, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3356, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3379, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "Array", + "offset": 3769, + "length": 55, + "value": "[0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3862, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3889, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3982, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 3, + "value": "365" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4142, + "length": 6, + "value": "719527" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4184, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4231, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4384, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4481, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4558, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4657, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4680, + "length": 9, + "value": "100000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5080, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5287, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5315, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5341, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5360, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5529, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5581, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6540, + "length": 50, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6573, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6589, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6610, + "length": 49, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6626, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6642, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6658, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6752, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6766, + "length": 1, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6780, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6794, + "length": 1, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7085, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7572, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7587, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3090, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3211, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3216, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3302, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4151, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4174, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5646, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5655, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 10, + "value": "2166136261" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1524, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 2476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4339, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 5256, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6704, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7190, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10414, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11225, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 17041, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 18236, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19448, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 19617, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19696, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19820, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 617, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 658, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 743, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 785, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1126, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1218, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1317, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1372, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1428, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1482, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1581, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 3, + "value": "\"B\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1669, + "length": 3, + "value": "\"C\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1713, + "length": 3, + "value": "\"D\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1757, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1801, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1933, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4589, + "length": 5, + "value": "\"\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4828, + "length": 5, + "value": "\"\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4905, + "length": 6, + "value": "\"]\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6183, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6627, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7006, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7076, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7115, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7188, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7448, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7491, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7551, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7916, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9894, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9950, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10268, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10290, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10314, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10336, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10360, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10383, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10407, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10430, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10454, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10477, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10501, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10524, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10572, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10601, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10605, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10611, + "length": 3, + "value": "159" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10684, + "length": 7, + "value": "\"\\u00\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10745, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10803, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10831, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10924, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10959, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11003, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11035, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11078, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11102, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11110, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11146, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11190, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11223, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11268, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11273, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11308, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11451, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11484, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11529, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11535, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11570, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11615, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11620, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11655, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12165, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12248, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12307, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12313, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12373, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12379, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12444, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12814, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12820, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12943, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12997, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13023, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13052, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13105, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13111, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13167, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13173, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13229, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13234, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13334, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13388, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13394, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13450, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13456, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10186, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10363, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11661, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11828, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11995, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12285, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12451, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12540, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12870, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13037, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13131, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13198, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1399, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1577, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1991, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2260, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4549, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4781, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5181, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 570, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 640, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 717, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 924, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1009, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1138, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1185, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1425, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1520, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1570, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1613, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1668, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1887, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1942, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1985, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2029, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2117, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2205, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2293, + "length": 3, + "value": "\"I\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2337, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2381, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2425, + "length": 3, + "value": "\"N\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2469, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2513, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2601, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2645, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2689, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2782, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2820, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2848, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 2, + "value": "97" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2863, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2873, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 2, + "value": "98" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2902, + "length": 2, + "value": "99" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2913, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2923, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2927, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2939, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2949, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2975, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "Array", + "offset": 3319, + "length": 1203, + "value": "[-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, 62, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, 63, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5645, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7333, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7337, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7799, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7821, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 7920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 8029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 8856, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9102, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9524, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9650, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9708, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9729, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9784, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9938, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9955, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9991, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10009, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10144, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10197, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10242, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11396, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11571, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11685, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 12006, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12552, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12563, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12593, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12626, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12799, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12881, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12899, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13426, + "length": 8, + "value": "\"\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13497, + "length": 8, + "value": "\"\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13568, + "length": 8, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13639, + "length": 8, + "value": "\"\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13710, + "length": 8, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15467, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15633, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 15843, + "length": 59, + "value": "\"Somehow JSONDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19489, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19499, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19643, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 21548, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "FloatLiteral", + "offset": 24051, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 27515, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 28099, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 29623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 31669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33503, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33540, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33582, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33626, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33673, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 33911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35897, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35935, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35978, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36023, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36071, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 36311, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39176, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41017, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41033, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41050, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 42537, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43358, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43426, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46425, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46447, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 48208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48309, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48910, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 50223, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 5566, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6385, + "length": 17, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6398, + "length": 1, + "value": "\":\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 8232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 1867, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 4058, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 5332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 6664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 8225, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 8946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONAdditions.swift", + "kind": "IntegerLiteral", + "offset": 4971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONArrayAdditions.swift", + "kind": "IntegerLiteral", + "offset": 5451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+TextFormatAdditions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1324, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 5368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 6275, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7561, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7680, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7910, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2142, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2490, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2601, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3536, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4702, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5641, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6098, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6212, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6444, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6787, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6904, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7936, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3370, + "length": 1, + "value": "\":(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3388, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3456, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 26, + "value": "\"SimpleExtensionMap(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3500, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3406, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 16, + "value": "\".SourceContext\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3741, + "length": 11, + "value": "\"file_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4692, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4771, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "StringLiteral", + "offset": 1308, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1459, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 2771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 2916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 3067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Dictionary", + "offset": 4171, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 5667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Array", + "offset": 8813, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9580, + "length": 12, + "value": "\"NULL_VALUE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9804, + "length": 9, + "value": "\".Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9900, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10334, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11008, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11087, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11300, + "length": 8, + "value": "\".Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11399, + "length": 12, + "value": "\"null_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11438, + "length": 14, + "value": "\"number_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11479, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11500, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11520, + "length": 12, + "value": "\"bool_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11539, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11559, + "length": 14, + "value": "\"struct_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11600, + "length": 12, + "value": "\"list_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12303, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12553, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12803, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13047, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13479, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14693, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14881, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15063, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15252, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15437, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 15951, + "length": 12, + "value": "\".ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 16050, + "length": 8, + "value": "\"values\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 16982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2459, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3727, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3750, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8720, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8887, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14586, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17266, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17289, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17456, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18417, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18701, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19645, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21094, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21530, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21537, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21641, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21650, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23568, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23575, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23679, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23688, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24349, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25156, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25592, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25599, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25703, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25712, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26350, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 910, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 597, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 726, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 975, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1030, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1131, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "Array", + "offset": 1426, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 2998, + "length": 4, + "value": "\": \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3301, + "length": 6, + "value": "\" {\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3484, + "length": 5, + "value": "\"}\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3646, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4072, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4138, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4241, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4467, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4572, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4636, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4875, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4968, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4975, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5010, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5066, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5072, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 5848, + "length": 4, + "value": "\"0x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5913, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5990, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6061, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6283, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6292, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6560, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6584, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6622, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6646, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6685, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6709, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6748, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6772, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6811, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6835, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6874, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6898, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6937, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 7001, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7030, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7034, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7174, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7299, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7324, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7420, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7427, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7485, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7518, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7541, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7563, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7571, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7607, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7651, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7684, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7729, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7734, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7769, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7812, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7868, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7912, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7945, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7996, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8031, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8076, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8081, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8116, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8159, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8463, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8593, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8631, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8657, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8695, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8721, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8760, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8786, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8825, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8851, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8890, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8916, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8955, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8981, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9020, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9047, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9086, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9113, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9118, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9329, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9384, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9388, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 617, + "length": 22, + "value": "[(1, \"key\"), (2, \"value\")]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 1870, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4558, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5548, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Array", + "offset": 6043, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6735, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7818, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9625, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 12452, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13842, + "length": 9, + "value": "\"#json: \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13928, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 19517, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21297, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25574, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26629, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 614, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 761, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 887, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 930, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1102, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1432, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1474, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1522, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1572, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1615, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1670, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1780, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1835, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1944, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1987, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2031, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2163, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2251, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2339, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2383, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2427, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2471, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2559, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 3, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2647, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2691, + "length": 3, + "value": "\"U\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2735, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2779, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2867, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2911, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3117, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4077, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5242, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5344, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5914, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5987, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6100, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6107, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6168, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6214, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6241, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6286, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6308, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6316, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6378, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6424, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6452, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6499, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6534, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6601, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6611, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6721, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6749, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6796, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6802, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6879, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6914, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6959, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 7352, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9780, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 10170, + "length": 65, + "value": "\"Somehow TextFormatDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10564, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11507, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13463, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14122, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14447, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14647, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14651, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15008, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15261, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15354, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15361, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15455, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15464, + "length": 6, + "value": "0xDFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15648, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15656, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15751, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15761, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15835, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16167, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16398, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16872, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17732, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17854, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18484, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18599, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18642, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18877, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18881, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19010, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19150, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19305, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19312, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19383, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19429, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19459, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19535, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19558, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19566, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19638, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19684, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19715, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19767, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19795, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19800, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19845, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19876, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19899, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19909, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19983, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20029, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20060, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20107, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20113, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20141, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20146, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20193, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20198, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20226, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20231, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20276, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20307, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20711, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20786, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20924, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21027, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21087, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21129, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 21987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22040, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22166, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22573, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23283, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23693, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23808, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24136, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24258, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24288, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24598, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24972, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25093, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25123, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25383, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25469, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25802, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25812, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25967, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26329, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26710, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 27860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28937, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 28966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30913, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31285, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32386, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 32723, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33062, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33099, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33152, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33185, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33393, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 34036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35345, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 39763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40266, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40415, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41702, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41729, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41779, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42929, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7575, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7799, + "length": 12, + "value": "\".Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7898, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7914, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7930, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8363, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8735, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9092, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 4, + "value": "1440" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 689, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 10, + "value": "1000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1390, + "length": 7, + "value": "2440588" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 4, + "value": "1401" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1877, + "length": 6, + "value": "274277" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1885, + "length": 6, + "value": "146097" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1898, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1918, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1964, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1980, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2014, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2051, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2061, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2089, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2097, + "length": 4, + "value": "4716" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2108, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2121, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2292, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2318, + "length": 38, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2346, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2355, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2400, + "length": 33, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2432, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 27, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2482, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3127, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 3905, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4012, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4100, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 6004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 6095, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7761, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7825, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7890, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7924, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7958, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7989, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8055, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8157, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8189, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8225, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8261, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8295, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8559, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8624, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8658, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8692, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8723, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8756, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8788, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8823, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8856, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8890, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8922, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8958, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8994, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9028, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9062, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9704, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9766, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 10019, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11337, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11421, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 12660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 12743, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 14941, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15116, + "length": 15, + "value": "\"SYNTAX_PROTO2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15138, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15154, + "length": 15, + "value": "\"SYNTAX_PROTO3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15176, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15192, + "length": 17, + "value": "\"SYNTAX_EDITIONS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15419, + "length": 7, + "value": "\".Type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15513, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15526, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15542, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15557, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15573, + "length": 8, + "value": "\"oneofs\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15588, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15604, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15620, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15640, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15663, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15694, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15710, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16478, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16570, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16651, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17354, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17469, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17587, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17706, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17825, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17942, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18224, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18432, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18724, + "length": 8, + "value": "\".Field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18803, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18819, + "length": 6, + "value": "\"kind\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18832, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18848, + "length": 13, + "value": "\"cardinality\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18868, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18884, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18915, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18928, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18948, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18965, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18985, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19005, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19021, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19036, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19052, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19068, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19089, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19107, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19128, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19648, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19816, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19897, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19981, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20067, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20148, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20233, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20319, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20857, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20968, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21085, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21120, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21203, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21434, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21553, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21681, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22270, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22580, + "length": 14, + "value": "\"TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22617, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22637, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22653, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22672, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22688, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22707, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22723, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22743, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22759, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22778, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22794, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22815, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22831, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22868, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22886, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22902, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22922, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22939, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22958, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22975, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22996, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23013, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23032, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23049, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23069, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23086, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23104, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23121, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23143, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23160, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23182, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23199, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23219, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23236, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23426, + "length": 21, + "value": "\"CARDINALITY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23470, + "length": 22, + "value": "\"CARDINALITY_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23499, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23515, + "length": 22, + "value": "\"CARDINALITY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23544, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23560, + "length": 22, + "value": "\"CARDINALITY_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23792, + "length": 7, + "value": "\".Enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23870, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23899, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23915, + "length": 11, + "value": "\"enumvalue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23933, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23949, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23965, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23985, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24008, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24024, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24055, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24571, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24658, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24743, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24835, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24916, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25503, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25625, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25743, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25862, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25981, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26098, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26339, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26626, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26843, + "length": 12, + "value": "\".EnumValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26942, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26955, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26971, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26986, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 27002, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27518, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27892, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28002, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28120, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28493, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28707, + "length": 9, + "value": "\".Option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28787, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28803, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28832, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 30044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30348, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30366, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 968, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1024, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1050, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1080, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1111, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1119, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1136, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2036, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2100, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2223, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2231, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2246, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2264, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2337, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3281, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3303, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 733, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 888, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2209, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2238, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2268, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3421, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4375, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 6300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8114, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8340, + "length": 14, + "value": "\".DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8425, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8441, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8874, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9662, + "length": 13, + "value": "\".FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9762, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10743, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 10979, + "length": 13, + "value": "\".Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 11079, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 11999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12078, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12297, + "length": 14, + "value": "\".UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12382, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12398, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12831, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13401, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13619, + "length": 13, + "value": "\".Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13719, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14152, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14639, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 14, + "value": "\".UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15022, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 15038, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15758, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 15962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16258, + "length": 12, + "value": "\".BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16357, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16790, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16996, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17575, + "length": 14, + "value": "\".StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17660, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17676, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18400, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18665, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 18901, + "length": 13, + "value": "\".BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18985, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 19001, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19434, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 20004, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1755, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2285, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2813, + "length": 1, + "value": "1" + } + ] +} \ No newline at end of file diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..a8c6ed0 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..9bde84f Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..a8c6ed0 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..e83b6f2 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,124677 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Any", + "printedName": "Google_Protobuf_Any", + "children": [ + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(message:partial:typePrefix:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV7message7partial10typePrefixAcA7Message_p_SbSStKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString10extensionsACSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV16textFormatString7options10extensionsACSS_AA04TextF15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "isA", + "printedName": "isA(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV3isAySbxmAA7MessageRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV8register11messageTypeSbAA7Message_pXp_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forTypeURL:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType03forF3URLAA7Message_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "messageType", + "printedName": "messageType(forMessageName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Message.Type?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV11messageType14forMessageNameAA0H0_pXpSgSS_tFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV", + "mangledName": "$s13SwiftProtobuf07Google_B4_AnyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyUnpackError", + "printedName": "AnyUnpackError", + "children": [ + { + "kind": "Var", + "name": "typeMismatch", + "printedName": "typeMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO12typeMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedWellKnownTypeJSON", + "printedName": "malformedWellKnownTypeJSON", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO26malformedWellKnownTypeJSONyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedAnyField", + "printedName": "malformedAnyField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.AnyUnpackError.Type) -> SwiftProtobuf.AnyUnpackError", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.AnyUnpackError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + }, + { + "kind": "TypeNominal", + "name": "AnyUnpackError", + "printedName": "SwiftProtobuf.AnyUnpackError", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf14AnyUnpackErrorO", + "mangledName": "$s13SwiftProtobuf14AnyUnpackErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Api", + "printedName": "Google_Protobuf_Api", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "methods", + "printedName": "methods", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Method]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7methodsSayAA0c1_B7_MethodVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV7versionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mixins", + "printedName": "mixins", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Mixin]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6mixinsSayAA0c1_B6_MixinVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Api", + "printedName": "SwiftProtobuf.Google_Protobuf_Api", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B4_ApiV", + "mangledName": "$s13SwiftProtobuf07Google_B4_ApiV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Method", + "printedName": "Google_Protobuf_Method", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestTypeURL", + "printedName": "requestTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "requestStreaming", + "printedName": "requestStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16requestStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseTypeURL", + "printedName": "responseTypeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV15responseTypeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "responseStreaming", + "printedName": "responseStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17responseStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Method", + "printedName": "SwiftProtobuf.Google_Protobuf_Method", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_MethodV", + "mangledName": "$s13SwiftProtobuf07Google_B7_MethodV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Mixin", + "printedName": "Google_Protobuf_Mixin", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "root", + "printedName": "root", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV4rootSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Mixin", + "printedName": "SwiftProtobuf.Google_Protobuf_Mixin", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_MixinV", + "mangledName": "$s13SwiftProtobuf07Google_B6_MixinV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingError", + "printedName": "BinaryDecodingError", + "children": [ + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedProtobuf", + "printedName": "malformedProtobuf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO09malformedB0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO017internalExtensionE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDecodingError.Type) -> SwiftProtobuf.BinaryDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingError", + "printedName": "SwiftProtobuf.BinaryDecodingError", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryDecodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryDecodingOptions", + "printedName": "BinaryDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "discardUnknownFields", + "printedName": "discardUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV20discardUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf21BinaryDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "TypeDecl", + "name": "BinaryDelimited", + "printedName": "BinaryDelimited", + "children": [ + { + "kind": "TypeDecl", + "name": "Error", + "printedName": "Error", + "children": [ + { + "kind": "Var", + "name": "unknownStreamError", + "printedName": "unknownStreamError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO013unknownStreamE0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryDelimited.Error.Type) -> SwiftProtobuf.BinaryDelimited.Error", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryDelimited.Error.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9truncatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "SwiftProtobuf.BinaryDelimited.Error", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5ErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Function", + "name": "serialize", + "printedName": "serialize(message:to:partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + }, + { + "kind": "TypeNominal", + "name": "OutputStream", + "printedName": "Foundation.OutputStream", + "usr": "c:objc(cs)NSOutputStream" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO9serialize7message2to7partialyAA7Message_p_So14NSOutputStreamCSbtKFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "parse", + "printedName": "parse(messageType:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "τ_0_0.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5parse11messageType4from10extensions7partial7optionsxxm_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(into:from:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "InputStream", + "printedName": "Foundation.InputStream", + "usr": "c:objc(cs)NSInputStream" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO5merge4into4from10extensions7partial7optionsyxz_So13NSInputStreamCAA12ExtensionMap_pSgSbAA0C15DecodingOptionsVtKAA7MessageRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf15BinaryDelimitedO", + "mangledName": "$s13SwiftProtobuf15BinaryDelimitedO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BinaryEncodingError", + "printedName": "BinaryEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingRequiredFields", + "printedName": "missingRequiredFields", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.BinaryEncodingError.Type) -> SwiftProtobuf.BinaryEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.BinaryEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO21missingRequiredFieldsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "BinaryEncodingError", + "printedName": "SwiftProtobuf.BinaryEncodingError", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf19BinaryEncodingErrorO", + "mangledName": "$s13SwiftProtobuf19BinaryEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Decoder", + "printedName": "Decoder", + "children": [ + { + "kind": "Function", + "name": "handleConflictingOneOf", + "printedName": "handleConflictingOneOf()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP22handleConflictingOneOfyyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "nextFieldNumber", + "printedName": "nextFieldNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "mangledName": "$s13SwiftProtobuf7DecoderP15nextFieldNumberSiSgyKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "paramValueOwnership": "InOut", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFloatField", + "printedName": "decodeSingularFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularFloatField5valueySfSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFloatField", + "printedName": "decodeRepeatedFloatField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedFloatField5valueySaySfGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "paramValueOwnership": "InOut", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularDoubleField", + "printedName": "decodeSingularDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularDoubleField5valueySdSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedDoubleField", + "printedName": "decodeRepeatedDoubleField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedDoubleField5valueySaySdGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt32Field", + "printedName": "decodeSingularInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt32Field", + "printedName": "decodeRepeatedInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularInt64Field", + "printedName": "decodeSingularInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedInt64Field", + "printedName": "decodeRepeatedInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt32Field", + "printedName": "decodeSingularUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt32Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt32Field", + "printedName": "decodeRepeatedUInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt32Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularUInt64Field", + "printedName": "decodeSingularUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularUInt64Field5valueys0F0VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedUInt64Field", + "printedName": "decodeRepeatedUInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedUInt64Field5valueySays0F0VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt32Field", + "printedName": "decodeSingularSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt32Field", + "printedName": "decodeRepeatedSInt32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSInt64Field", + "printedName": "decodeSingularSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularSInt64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSInt64Field", + "printedName": "decodeRepeatedSInt64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedSInt64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed32Field", + "printedName": "decodeSingularFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed32Field5valueys6UInt32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed32Field", + "printedName": "decodeRepeatedFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed32Field5valueySays6UInt32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "paramValueOwnership": "InOut", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularFixed64Field", + "printedName": "decodeSingularFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularFixed64Field5valueys6UInt64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedFixed64Field", + "printedName": "decodeRepeatedFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedFixed64Field5valueySays6UInt64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "paramValueOwnership": "InOut", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed32Field", + "printedName": "decodeSingularSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed32Field5valueys5Int32VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed32Field", + "printedName": "decodeRepeatedSFixed32Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed32Field5valueySays5Int32VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "paramValueOwnership": "InOut", + "usr": "s:s5Int64V" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64Vz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularSFixed64Field", + "printedName": "decodeSingularSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeSingularSFixed64Field5valueys5Int64VSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedSFixed64Field", + "printedName": "decodeRepeatedSFixed64Field(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP27decodeRepeatedSFixed64Field5valueySays5Int64VGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "paramValueOwnership": "InOut", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBoolField", + "printedName": "decodeSingularBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularBoolField5valueySbSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBoolField", + "printedName": "decodeRepeatedBoolField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedBoolField5valueySaySbGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "paramValueOwnership": "InOut", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularStringField", + "printedName": "decodeSingularStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeSingularStringField5valueySSSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedStringField", + "printedName": "decodeRepeatedStringField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP25decodeRepeatedStringField5valueySaySSGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "paramValueOwnership": "InOut", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularBytesField", + "printedName": "decodeSingularBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularBytesField5valuey10Foundation4DataVSgz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedBytesField", + "printedName": "decodeRepeatedBytesField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedBytesField5valueySay10Foundation4DataVGz_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__z_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularEnumField", + "printedName": "decodeSingularEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeSingularEnumField5valueyqd__Sgz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedEnumField", + "printedName": "decodeRepeatedEnumField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP23decodeRepeatedEnumField5valueySayqd__Gz_tKAA0F0Rd__Si8RawValueRtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularMessageField", + "printedName": "decodeSingularMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeSingularMessageField5valueyqd__Sgz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedMessageField", + "printedName": "decodeRepeatedMessageField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP26decodeRepeatedMessageField5valueySayqd__Gz_tKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeSingularGroupField", + "printedName": "decodeSingularGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeSingularGroupField5valueyqd__Sgz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeRepeatedGroupField", + "printedName": "decodeRepeatedGroupField(value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7DecoderP24decodeRepeatedGroupField5valueySayqd__Gz_tKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AJQyd_0_GztKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__AA0J0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeMapField", + "printedName": "decodeMapField(fieldType:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7DecoderP14decodeMapField9fieldType5valueyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GztKAA0e3KeyH0Rd__SHRd_0_AA0J0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Decoder, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(values:messageType:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "mangledName": "$s13SwiftProtobuf7DecoderP20decodeExtensionField6values11messageType11fieldNumberyAA0eF8ValueSetVz_AA7Message_pXpSitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderP33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "decodeExtensionFieldsAsMessageSet", + "printedName": "decodeExtensionFieldsAsMessageSet(values:messageType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "paramValueOwnership": "InOut", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "mangledName": "$s13SwiftProtobuf7DecoderPAAE33decodeExtensionFieldsAsMessageSet6values11messageTypeyAA0e10FieldValueI0Vz_AA0H0_pXptKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7DecoderP", + "mangledName": "$s13SwiftProtobuf7DecoderP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Edition", + "printedName": "Google_Protobuf_Edition", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO7unknownyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2023", + "printedName": "edition2023", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO11edition2023yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition1TestOnly", + "printedName": "edition1TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition1TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition2TestOnly", + "printedName": "edition2TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO16edition2TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99997TestOnly", + "printedName": "edition99997TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99997TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99998TestOnly", + "printedName": "edition99998TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99998TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "edition99999TestOnly", + "printedName": "edition99999TestOnly", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Edition.Type) -> SwiftProtobuf.Google_Protobuf_Edition", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO20edition99999TestOnlyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO", + "mangledName": "$s13SwiftProtobuf07Google_B8_EditionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Edition]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "Google_Protobuf_FileDescriptorSet", + "children": [ + { + "kind": "Var", + "name": "file", + "printedName": "file", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorSet", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "mangledName": "$s13SwiftProtobuf07Google_B18_FileDescriptorSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "Google_Protobuf_FileDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "package", + "printedName": "package", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7packageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPackage", + "printedName": "hasPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPackage", + "printedName": "clearPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "dependency", + "printedName": "dependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10dependencySaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "publicDependency", + "printedName": "publicDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16publicDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "weakDependency", + "printedName": "weakDependency", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14weakDependencySays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11messageTypeSayAA0c1_b1_eF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8enumTypeSayAA0c1_b5_EnumeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "service", + "printedName": "service", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7serviceSayAA0c1_b8_ServiceeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9extensionSayAA0c1_b6_FieldeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "sourceCodeInfo", + "printedName": "sourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14sourceCodeInfoAA0c1_b7_SourcehI0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceCodeInfo", + "printedName": "hasSourceCodeInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17hasSourceCodeInfoSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceCodeInfo", + "printedName": "clearSourceCodeInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV19clearSourceCodeInfoyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV6syntaxSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSyntax", + "printedName": "hasSyntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hasSyntaxSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSyntax", + "printedName": "clearSyntax()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11clearSyntaxyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV10hasEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV12clearEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV11editionEnumAA0c1_B8_EditionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV14hasEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16clearEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FileDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_FileDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "Google_Protobuf_DescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "field", + "printedName": "field", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV5fieldSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extension", + "printedName": "extension", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9extensionSayAA0c1_b6_FielddE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nestedType", + "printedName": "nestedType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10nestedTypeSayACGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8enumTypeSayAA0c1_b5_EnumdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extensionRange", + "printedName": "extensionRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14extensionRangeSayAC09ExtensionG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofDecl", + "printedName": "oneofDecl", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_OneofDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9oneofDeclSayAA0c1_b6_OneofdE0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV7optionsAA0c1_B15_MessageOptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13reservedRangeSayAC08ReservedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionRange", + "printedName": "ExtensionRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV7optionsAA0c1_b1_fG7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReservedRange", + "printedName": "ReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "ReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_DescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B16_DescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B16_DescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "Google_Protobuf_ExtensionRangeOptions", + "children": [ + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration]", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11declarationSayAC11DeclarationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "verification", + "printedName": "verification", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV12verificationAC17VerificationStateOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasVerification", + "printedName": "hasVerification", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV15hasVerificationSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearVerification", + "printedName": "clearVerification()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17clearVerificationyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VerificationState", + "printedName": "VerificationState", + "children": [ + { + "kind": "Var", + "name": "declaration", + "printedName": "declaration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO11declarationyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unverified", + "printedName": "unverified", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type) -> SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO10unverifiedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState?", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState]", + "children": [ + { + "kind": "TypeNominal", + "name": "VerificationState", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Declaration", + "printedName": "Declaration", + "children": [ + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "fullName", + "printedName": "fullName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8fullNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFullName", + "printedName": "hasFullName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasFullNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFullName", + "printedName": "clearFullName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearFullNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV4typeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reserved", + "printedName": "reserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8reservedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasReserved", + "printedName": "hasReserved", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasReservedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearReserved", + "printedName": "clearReserved()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearReservedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8repeatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeated", + "printedName": "hasRepeated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV11hasRepeatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeated", + "printedName": "clearRepeated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13clearRepeatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + }, + { + "kind": "TypeNominal", + "name": "Declaration", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV11DeclarationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV30_protobuf_extensionFieldValuesAA0dI8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ExtensionRangeOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "Google_Protobuf_FieldDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "label", + "printedName": "label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5labelAC5LabelOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLabel", + "printedName": "hasLabel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8hasLabelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLabel", + "printedName": "clearLabel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10clearLabelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV4typeAC8TypeEnumOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasType", + "printedName": "hasType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7hasTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearType", + "printedName": "clearType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9clearTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "typeName", + "printedName": "typeName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8typeNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTypeName", + "printedName": "hasTypeName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasTypeNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTypeName", + "printedName": "clearTypeName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearTypeNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "extendee", + "printedName": "extendee", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8extendeeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasExtendee", + "printedName": "hasExtendee", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasExtendeeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearExtendee", + "printedName": "clearExtendee()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearExtendeeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDefaultValue", + "printedName": "hasDefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15hasDefaultValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDefaultValue", + "printedName": "clearDefaultValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17clearDefaultValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOneofIndex", + "printedName": "hasOneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13hasOneofIndexSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOneofIndex", + "printedName": "clearOneofIndex()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV15clearOneofIndexyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonName", + "printedName": "hasJsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV11hasJsonNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonName", + "printedName": "clearJsonName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13clearJsonNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "proto3Optional", + "printedName": "proto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV14proto3OptionalSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasProto3Optional", + "printedName": "hasProto3Optional", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17hasProto3OptionalSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearProto3Optional", + "printedName": "clearProto3Optional()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV19clearProto3OptionalyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TypeEnum", + "printedName": "TypeEnum", + "children": [ + { + "kind": "Var", + "name": "double", + "printedName": "double", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6doubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5floatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int64", + "printedName": "int64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint64", + "printedName": "uint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "int32", + "printedName": "int32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed64", + "printedName": "fixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fixed32", + "printedName": "fixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7fixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bool", + "printedName": "bool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4boolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "group", + "printedName": "group", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5groupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO7messageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "bytes", + "printedName": "bytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "uint32", + "printedName": "uint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6uint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "enum", + "printedName": "enum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO4enumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed32", + "printedName": "sfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sfixed64", + "printedName": "sfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8sfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint32", + "printedName": "sint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "sint64", + "printedName": "sint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO6sint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum]", + "children": [ + { + "kind": "TypeNominal", + "name": "TypeEnum", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Label", + "printedName": "Label", + "children": [ + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type) -> SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label?", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label]", + "children": [ + { + "kind": "TypeNominal", + "name": "Label", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV5LabelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "Google_Protobuf_OneofDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "Google_Protobuf_EnumDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV5valueSayAA0c1_b1_d5ValueeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "reservedRange", + "printedName": "reservedRange", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13reservedRangeSayAC0d8ReservedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reservedName", + "printedName": "reservedName", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV12reservedNameSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumReservedRange", + "printedName": "EnumReservedRange", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV5starts5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStart", + "printedName": "hasStart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8hasStartSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStart", + "printedName": "clearStart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV10clearStartyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + }, + { + "kind": "TypeNominal", + "name": "EnumReservedRange", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "Google_Protobuf_EnumValueDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNumber", + "printedName": "hasNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV9hasNumberSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNumber", + "printedName": "clearNumber()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV11clearNumberyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV7optionsAA0c1_b1_dE7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "Google_Protobuf_ServiceDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "method", + "printedName": "method", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodDescriptorProto]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV6methodSayAA0c1_b7_MethodeF0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B23_ServiceDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "Google_Protobuf_MethodDescriptorProto", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasName", + "printedName": "hasName", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7hasNameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearName", + "printedName": "clearName()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9clearNameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "inputType", + "printedName": "inputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9inputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasInputType", + "printedName": "hasInputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12hasInputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearInputType", + "printedName": "clearInputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "outputType", + "printedName": "outputType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10outputTypeSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOutputType", + "printedName": "hasOutputType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13hasOutputTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOutputType", + "printedName": "clearOutputType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clearOutputTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV7optionsAA0c1_b1_D7OptionsVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptions", + "printedName": "hasOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV10hasOptionsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptions", + "printedName": "clearOptions()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV12clearOptionsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "clientStreaming", + "printedName": "clientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15clientStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasClientStreaming", + "printedName": "hasClientStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasClientStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearClientStreaming", + "printedName": "clearClientStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearClientStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "serverStreaming", + "printedName": "serverStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV15serverStreamingSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasServerStreaming", + "printedName": "hasServerStreaming", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV18hasServerStreamingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearServerStreaming", + "printedName": "clearServerStreaming()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV20clearServerStreamingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodDescriptorProto", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodDescriptorProto", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "mangledName": "$s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FileOptions", + "printedName": "Google_Protobuf_FileOptions", + "children": [ + { + "kind": "Var", + "name": "javaPackage", + "printedName": "javaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11javaPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaPackage", + "printedName": "hasJavaPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasJavaPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaPackage", + "printedName": "clearJavaPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearJavaPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaOuterClassname", + "printedName": "javaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18javaOuterClassnameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaOuterClassname", + "printedName": "hasJavaOuterClassname", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasJavaOuterClassnameSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaOuterClassname", + "printedName": "clearJavaOuterClassname()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearJavaOuterClassnameyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaMultipleFiles", + "printedName": "javaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17javaMultipleFilesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaMultipleFiles", + "printedName": "hasJavaMultipleFiles", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasJavaMultipleFilesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaMultipleFiles", + "printedName": "clearJavaMultipleFiles()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearJavaMultipleFilesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenerateEqualsAndHash", + "printedName": "javaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25javaGenerateEqualsAndHashSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenerateEqualsAndHash", + "printedName": "hasJavaGenerateEqualsAndHash", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV28hasJavaGenerateEqualsAndHashSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenerateEqualsAndHash", + "printedName": "clearJavaGenerateEqualsAndHash()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30clearJavaGenerateEqualsAndHashyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaStringCheckUtf8", + "printedName": "javaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaStringCheckUtf8SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaStringCheckUtf8", + "printedName": "hasJavaStringCheckUtf8", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaStringCheckUtf8Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaStringCheckUtf8", + "printedName": "clearJavaStringCheckUtf8()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaStringCheckUtf8yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "optimizeFor", + "printedName": "optimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11optimizeForAC12OptimizeModeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasOptimizeFor", + "printedName": "hasOptimizeFor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasOptimizeForSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearOptimizeFor", + "printedName": "clearOptimizeFor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearOptimizeForyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "goPackage", + "printedName": "goPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9goPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasGoPackage", + "printedName": "hasGoPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12hasGoPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearGoPackage", + "printedName": "clearGoPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14clearGoPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccGenericServices", + "printedName": "ccGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17ccGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcGenericServices", + "printedName": "hasCcGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasCcGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcGenericServices", + "printedName": "clearCcGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearCcGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "javaGenericServices", + "printedName": "javaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19javaGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJavaGenericServices", + "printedName": "hasJavaGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22hasJavaGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJavaGenericServices", + "printedName": "clearJavaGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV24clearJavaGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "pyGenericServices", + "printedName": "pyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17pyGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPyGenericServices", + "printedName": "hasPyGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20hasPyGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPyGenericServices", + "printedName": "clearPyGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV22clearPyGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpGenericServices", + "printedName": "phpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18phpGenericServicesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpGenericServices", + "printedName": "hasPhpGenericServices", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV21hasPhpGenericServicesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpGenericServices", + "printedName": "clearPhpGenericServices()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23clearPhpGenericServicesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "ccEnableArenas", + "printedName": "ccEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14ccEnableArenasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCcEnableArenas", + "printedName": "hasCcEnableArenas", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasCcEnableArenasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCcEnableArenas", + "printedName": "clearCcEnableArenas()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearCcEnableArenasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "objcClassPrefix", + "printedName": "objcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15objcClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasObjcClassPrefix", + "printedName": "hasObjcClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasObjcClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearObjcClassPrefix", + "printedName": "clearObjcClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearObjcClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "csharpNamespace", + "printedName": "csharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15csharpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCsharpNamespace", + "printedName": "hasCsharpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV18hasCsharpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCsharpNamespace", + "printedName": "clearCsharpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20clearCsharpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "swiftPrefix", + "printedName": "swiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11swiftPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSwiftPrefix", + "printedName": "hasSwiftPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV03hasA6PrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSwiftPrefix", + "printedName": "clearSwiftPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV05clearA6PrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpClassPrefix", + "printedName": "phpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14phpClassPrefixSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpClassPrefix", + "printedName": "hasPhpClassPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17hasPhpClassPrefixSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpClassPrefix", + "printedName": "clearPhpClassPrefix()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19clearPhpClassPrefixyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpNamespace", + "printedName": "phpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12phpNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpNamespace", + "printedName": "hasPhpNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV15hasPhpNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpNamespace", + "printedName": "clearPhpNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17clearPhpNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "phpMetadataNamespace", + "printedName": "phpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV20phpMetadataNamespaceSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPhpMetadataNamespace", + "printedName": "hasPhpMetadataNamespace", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV23hasPhpMetadataNamespaceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPhpMetadataNamespace", + "printedName": "clearPhpMetadataNamespace()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV25clearPhpMetadataNamespaceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "rubyPackage", + "printedName": "rubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11rubyPackageSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRubyPackage", + "printedName": "hasRubyPackage", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV14hasRubyPackageSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRubyPackage", + "printedName": "clearRubyPackage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16clearRubyPackageyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptimizeMode", + "printedName": "OptimizeMode", + "children": [ + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO5speedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "codeSize", + "printedName": "codeSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8codeSizeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "liteRuntime", + "printedName": "liteRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type) -> SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO11liteRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptimizeMode", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV12OptimizeModeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FileOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FileOptions", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_FileOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_FileOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MessageOptions", + "printedName": "Google_Protobuf_MessageOptions", + "children": [ + { + "kind": "Var", + "name": "messageSetWireFormat", + "printedName": "messageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV20messageSetWireFormatSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageSetWireFormat", + "printedName": "hasMessageSetWireFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV03hasD13SetWireFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageSetWireFormat", + "printedName": "clearMessageSetWireFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05clearD13SetWireFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "noStandardDescriptorAccessor", + "printedName": "noStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV28noStandardDescriptorAccessorSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNoStandardDescriptorAccessor", + "printedName": "hasNoStandardDescriptorAccessor", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV31hasNoStandardDescriptorAccessorSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNoStandardDescriptorAccessor", + "printedName": "clearNoStandardDescriptorAccessor()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV33clearNoStandardDescriptorAccessoryyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "mapEntry", + "printedName": "mapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8mapEntrySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMapEntry", + "printedName": "hasMapEntry", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasMapEntrySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMapEntry", + "printedName": "clearMapEntry()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearMapEntryyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV05protoD4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV06decodeD07decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MessageOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MessageOptions", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_MessageOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_MessageOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldOptions", + "printedName": "Google_Protobuf_FieldOptions", + "children": [ + { + "kind": "Var", + "name": "ctype", + "printedName": "ctype", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5ctypeAC5CTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasCtype", + "printedName": "hasCtype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8hasCtypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearCtype", + "printedName": "clearCtype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10clearCtypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPacked", + "printedName": "hasPacked", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasPackedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPacked", + "printedName": "clearPacked()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearPackedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jstype", + "printedName": "jstype", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6jstypeAC6JSTypeOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJstype", + "printedName": "hasJstype", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hasJstypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJstype", + "printedName": "clearJstype()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11clearJstypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "lazy", + "printedName": "lazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4lazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLazy", + "printedName": "hasLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLazy", + "printedName": "clearLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unverifiedLazy", + "printedName": "unverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14unverifiedLazySbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasUnverifiedLazy", + "printedName": "hasUnverifiedLazy", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17hasUnverifiedLazySbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearUnverifiedLazy", + "printedName": "clearUnverifiedLazy()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19clearUnverifiedLazyyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "weak", + "printedName": "weak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV4weakSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasWeak", + "printedName": "hasWeak", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7hasWeakSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearWeak", + "printedName": "clearWeak()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9clearWeakyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "retention", + "printedName": "retention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9retentionAC15OptionRetentionOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRetention", + "printedName": "hasRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV12hasRetentionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRetention", + "printedName": "clearRetention()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14clearRetentionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "targets", + "printedName": "targets", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV7targetsSayAC16OptionTargetTypeOGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "editionDefaults", + "printedName": "editionDefaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15editionDefaultsSayAC14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CType", + "printedName": "CType", + "children": [ + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO6stringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "cord", + "printedName": "cord", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO4cordyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringPiece", + "printedName": "stringPiece", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO11stringPieceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType?", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.CType]", + "children": [ + { + "kind": "TypeNominal", + "name": "CType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.CType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV5CTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSType", + "printedName": "JSType", + "children": [ + { + "kind": "Var", + "name": "jsNormal", + "printedName": "jsNormal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNormalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsString", + "printedName": "jsString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "jsNumber", + "printedName": "jsNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8jsNumberyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType?", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.JSType]", + "children": [ + { + "kind": "TypeNominal", + "name": "JSType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.JSType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV6JSTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionRetention", + "printedName": "OptionRetention", + "children": [ + { + "kind": "Var", + "name": "retentionUnknown", + "printedName": "retentionUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "retentionRuntime", + "printedName": "retentionRuntime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO16retentionRuntimeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retentionSource", + "printedName": "retentionSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO15retentionSourceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionRetention", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV15OptionRetentionO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionTargetType", + "printedName": "OptionTargetType", + "children": [ + { + "kind": "Var", + "name": "targetTypeUnknown", + "printedName": "targetTypeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7UnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "targetTypeFile", + "printedName": "targetTypeFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4FileyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeExtensionRange", + "printedName": "targetTypeExtensionRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH14ExtensionRangeyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMessage", + "printedName": "targetTypeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7MessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeField", + "printedName": "targetTypeField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targethD0yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeOneof", + "printedName": "targetTypeOneof", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH5OneofyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnum", + "printedName": "targetTypeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH4EnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeEnumEntry", + "printedName": "targetTypeEnumEntry", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH9EnumEntryyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeService", + "printedName": "targetTypeService", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH7ServiceyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "targetTypeMethod", + "printedName": "targetTypeMethod", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type) -> SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO06targetH6MethodyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType]", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionTargetType", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16OptionTargetTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EditionDefault", + "printedName": "EditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV11editionEnumAA0c1_b1_F0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV03hasF4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV05clearF4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "EditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV019_protobuf_extensionD6ValuesAA09ExtensionD8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldOptions", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_FieldOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_FieldOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_OneofOptions", + "printedName": "Google_Protobuf_OneofOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_OneofOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_OneofOptions", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B13_OneofOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B13_OneofOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumOptions", + "printedName": "Google_Protobuf_EnumOptions", + "children": [ + { + "kind": "Var", + "name": "allowAlias", + "printedName": "allowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10allowAliasSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAllowAlias", + "printedName": "hasAllowAlias", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasAllowAliasSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAllowAlias", + "printedName": "clearAllowAlias()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearAllowAliasyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecatedLegacyJsonFieldConflicts", + "printedName": "deprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV34deprecatedLegacyJsonFieldConflictsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecatedLegacyJsonFieldConflicts", + "printedName": "hasDeprecatedLegacyJsonFieldConflicts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV37hasDeprecatedLegacyJsonFieldConflictsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecatedLegacyJsonFieldConflicts", + "printedName": "clearDeprecatedLegacyJsonFieldConflicts()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV39clearDeprecatedLegacyJsonFieldConflictsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumOptions", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_EnumOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B12_EnumOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "Google_Protobuf_EnumValueOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "debugRedact", + "printedName": "debugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV11debugRedactSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDebugRedact", + "printedName": "hasDebugRedact", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV14hasDebugRedactSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDebugRedact", + "printedName": "clearDebugRedact()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16clearDebugRedactyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedH0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV30_protobuf_extensionFieldValuesAA09ExtensioniE3SetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValueOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValueOptions", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B17_EnumValueOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "Google_Protobuf_ServiceOptions", + "children": [ + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ServiceOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_ServiceOptions", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_ServiceOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B15_ServiceOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_MethodOptions", + "printedName": "Google_Protobuf_MethodOptions", + "children": [ + { + "kind": "Var", + "name": "deprecated", + "printedName": "deprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV10deprecatedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDeprecated", + "printedName": "hasDeprecated", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13hasDeprecatedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDeprecated", + "printedName": "clearDeprecated()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV15clearDeprecatedyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "idempotencyLevel", + "printedName": "idempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16idempotencyLevelAC011IdempotencyG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdempotencyLevel", + "printedName": "hasIdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19hasIdempotencyLevelSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdempotencyLevel", + "printedName": "clearIdempotencyLevel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV21clearIdempotencyLevelyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8featuresAA0c1_B11_FeatureSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "uninterpretedOption", + "printedName": "uninterpretedOption", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV19uninterpretedOptionSayAA0c1_b14_UninterpretedG0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IdempotencyLevel", + "printedName": "IdempotencyLevel", + "children": [ + { + "kind": "Var", + "name": "idempotencyUnknown", + "printedName": "idempotencyUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO18idempotencyUnknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "noSideEffects", + "printedName": "noSideEffects", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO13noSideEffectsyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "idempotent", + "printedName": "idempotent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type) -> SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel]", + "children": [ + { + "kind": "TypeNominal", + "name": "IdempotencyLevel", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV30_protobuf_extensionFieldValuesAA09ExtensionH8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_MethodOptions", + "printedName": "SwiftProtobuf.Google_Protobuf_MethodOptions", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_MethodOptionsV", + "mangledName": "$s13SwiftProtobuf07Google_B14_MethodOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "Google_Protobuf_UninterpretedOption", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart]", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV4nameSayAC8NamePartVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "identifierValue", + "printedName": "identifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV15identifierValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIdentifierValue", + "printedName": "hasIdentifierValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV18hasIdentifierValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIdentifierValue", + "printedName": "clearIdentifierValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV20clearIdentifierValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "positiveIntValue", + "printedName": "positiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16positiveIntValues6UInt64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasPositiveIntValue", + "printedName": "hasPositiveIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasPositiveIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearPositiveIntValue", + "printedName": "clearPositiveIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearPositiveIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "negativeIntValue", + "printedName": "negativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16negativeIntValues5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNegativeIntValue", + "printedName": "hasNegativeIntValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19hasNegativeIntValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNegativeIntValue", + "printedName": "clearNegativeIntValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV21clearNegativeIntValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "doubleValue", + "printedName": "doubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11doubleValueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasDoubleValue", + "printedName": "hasDoubleValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasDoubleValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearDoubleValue", + "printedName": "clearDoubleValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearDoubleValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV11stringValue10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasStringValue", + "printedName": "hasStringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14hasStringValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearStringValue", + "printedName": "clearStringValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16clearStringValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "aggregateValue", + "printedName": "aggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV14aggregateValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasAggregateValue", + "printedName": "hasAggregateValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17hasAggregateValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearAggregateValue", + "printedName": "clearAggregateValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV19clearAggregateValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "NamePart", + "printedName": "NamePart", + "children": [ + { + "kind": "Var", + "name": "namePart", + "printedName": "namePart", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV04nameG0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasNamePart", + "printedName": "hasNamePart", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV03hasfG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearNamePart", + "printedName": "clearNamePart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV05clearfG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "isExtension", + "printedName": "isExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV11isExtensionSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasIsExtension", + "printedName": "hasIsExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV14hasIsExtensionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearIsExtension", + "printedName": "clearIsExtension()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV16clearIsExtensionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV012protoMessageF0SSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV17_protobuf_nameMapAA01_fJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + }, + { + "kind": "TypeNominal", + "name": "NamePart", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8NamePartV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UninterpretedOption", + "printedName": "SwiftProtobuf.Google_Protobuf_UninterpretedOption", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "mangledName": "$s13SwiftProtobuf07Google_B20_UninterpretedOptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSet", + "printedName": "Google_Protobuf_FeatureSet", + "children": [ + { + "kind": "Var", + "name": "fieldPresence", + "printedName": "fieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13fieldPresenceAC05FieldG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFieldPresence", + "printedName": "hasFieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16hasFieldPresenceSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFieldPresence", + "printedName": "clearFieldPresence()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18clearFieldPresenceyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "enumType", + "printedName": "enumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8enumTypeAC04EnumG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnumType", + "printedName": "hasEnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV11hasEnumTypeSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnumType", + "printedName": "clearEnumType()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13clearEnumTypeyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "repeatedFieldEncoding", + "printedName": "repeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21repeatedFieldEncodingAC08RepeatedgH0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasRepeatedFieldEncoding", + "printedName": "hasRepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV24hasRepeatedFieldEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearRepeatedFieldEncoding", + "printedName": "clearRepeatedFieldEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV26clearRepeatedFieldEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "messageEncoding", + "printedName": "messageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15messageEncodingAC07MessageG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMessageEncoding", + "printedName": "hasMessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV18hasMessageEncodingSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMessageEncoding", + "printedName": "clearMessageEncoding()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV20clearMessageEncodingyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "jsonFormat", + "printedName": "jsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10jsonFormatAC04JsonG0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasJsonFormat", + "printedName": "hasJsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13hasJsonFormatSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearJsonFormat", + "printedName": "clearJsonFormat()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15clearJsonFormatyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FieldPresence", + "printedName": "FieldPresence", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8explicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "implicit", + "printedName": "implicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8implicityA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyRequired", + "printedName": "legacyRequired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO14legacyRequiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence?", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence]", + "children": [ + { + "kind": "TypeNominal", + "name": "FieldPresence", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13FieldPresenceO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EnumType", + "printedName": "EnumType", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "open", + "printedName": "open", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO4openyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO6closedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType?", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType]", + "children": [ + { + "kind": "TypeNominal", + "name": "EnumType", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8EnumTypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedFieldEncoding", + "printedName": "RepeatedFieldEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO6packedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expanded", + "printedName": "expanded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8expandedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedFieldEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV21RepeatedFieldEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MessageEncoding", + "printedName": "MessageEncoding", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "lengthPrefixed", + "printedName": "lengthPrefixed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO14lengthPrefixedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "delimited", + "printedName": "delimited", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO9delimitedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding?", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding]", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageEncoding", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV15MessageEncodingO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JsonFormat", + "printedName": "JsonFormat", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO7unknownyA2EmF", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Var", + "name": "allow", + "printedName": "allow", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO5allowyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "legacyBestEffort", + "printedName": "legacyBestEffort", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type) -> SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO16legacyBestEffortyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat?", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat]", + "children": [ + { + "kind": "TypeNominal", + "name": "JsonFormat", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV10JsonFormatO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV30_protobuf_extensionFieldValuesAA09Extensionh5ValueE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FeatureSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "Google_Protobuf_FeatureSetDefaults", + "children": [ + { + "kind": "Var", + "name": "defaults", + "printedName": "defaults", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8defaultsSayAC0dE14EditionDefaultVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "minimumEdition", + "printedName": "minimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14minimumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEdition", + "printedName": "hasMinimumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMinimumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEdition", + "printedName": "clearMinimumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMinimumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEdition", + "printedName": "maximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV14maximumEditionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEdition", + "printedName": "hasMaximumEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17hasMaximumEditionSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEdition", + "printedName": "clearMaximumEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV19clearMaximumEditionyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "minimumEditionEnum", + "printedName": "minimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18minimumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMinimumEditionEnum", + "printedName": "hasMinimumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMinimumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMinimumEditionEnum", + "printedName": "clearMinimumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMinimumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "maximumEditionEnum", + "printedName": "maximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV18maximumEditionEnumAA0c1_b1_H0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasMaximumEditionEnum", + "printedName": "hasMaximumEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV21hasMaximumEditionEnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearMaximumEditionEnum", + "printedName": "clearMaximumEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV23clearMaximumEditionEnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FeatureSetEditionDefault", + "printedName": "FeatureSetEditionDefault", + "children": [ + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEdition", + "printedName": "hasEdition", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEdition", + "printedName": "clearEdition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG0yyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "editionEnum", + "printedName": "editionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Edition", + "printedName": "SwiftProtobuf.Google_Protobuf_Edition", + "usr": "s:13SwiftProtobuf07Google_B8_EditionO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11editionEnumAA0c1_b1_G0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEditionEnum", + "printedName": "hasEditionEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV03hasG4EnumSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEditionEnum", + "printedName": "clearEditionEnum()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV05clearG4EnumyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "features", + "printedName": "features", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSet", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSet", + "usr": "s:13SwiftProtobuf07Google_B11_FeatureSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8featuresAA0c1_b1_dE0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasFeatures", + "printedName": "hasFeatures", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV11hasFeaturesSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearFeatures", + "printedName": "clearFeatures()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13clearFeaturesyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + }, + { + "kind": "TypeNominal", + "name": "FeatureSetEditionDefault", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FeatureSetDefaults", + "printedName": "SwiftProtobuf.Google_Protobuf_FeatureSetDefaults", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "mangledName": "$s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "Google_Protobuf_SourceCodeInfo", + "children": [ + { + "kind": "Var", + "name": "location", + "printedName": "location", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location]", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8locationSayAC8LocationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Location", + "printedName": "Location", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "span", + "printedName": "span", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV4spanSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "leadingComments", + "printedName": "leadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV15leadingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasLeadingComments", + "printedName": "hasLeadingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV18hasLeadingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearLeadingComments", + "printedName": "clearLeadingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV20clearLeadingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "trailingComments", + "printedName": "trailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16trailingCommentsSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasTrailingComments", + "printedName": "hasTrailingComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV19hasTrailingCommentsSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearTrailingComments", + "printedName": "clearTrailingComments()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV21clearTrailingCommentsyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "leadingDetachedComments", + "printedName": "leadingDetachedComments", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV23leadingDetachedCommentsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + }, + { + "kind": "TypeNominal", + "name": "Location", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8LocationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B15_SourceCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "Google_Protobuf_GeneratedCodeInfo", + "children": [ + { + "kind": "Var", + "name": "annotation", + "printedName": "annotation", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10annotationSayAC10AnnotationVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Annotation", + "printedName": "Annotation", + "children": [ + { + "kind": "Var", + "name": "path", + "printedName": "path", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV4pathSays5Int32VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceFile", + "printedName": "sourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10sourceFileSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceFile", + "printedName": "hasSourceFile", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13hasSourceFileSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceFile", + "printedName": "clearSourceFile()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV15clearSourceFileyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "begin", + "printedName": "begin", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV5begins5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasBegin", + "printedName": "hasBegin", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8hasBeginSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearBegin", + "printedName": "clearBegin()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV10clearBeginyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV3ends5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasEnd", + "printedName": "hasEnd", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV6hasEndSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearEnd", + "printedName": "clearEnd()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8clearEndyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "semantic", + "printedName": "semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8semanticAE8SemanticOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSemantic", + "printedName": "hasSemantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV11hasSemanticSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSemantic", + "printedName": "clearSemantic()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13clearSemanticyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Semantic", + "printedName": "Semantic", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO4noneyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "set", + "printedName": "set", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO3setyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "alias", + "printedName": "alias", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type) -> SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO5aliasyA2GmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticOAGycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic?", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueAGSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO8allCasesSayAGGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO17_protobuf_nameMapAA05_NameK0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic]", + "children": [ + { + "kind": "TypeNominal", + "name": "Semantic", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8SemanticO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationVAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV17_protobuf_nameMapAA05_NameJ0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + }, + { + "kind": "TypeNominal", + "name": "Annotation", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV10AnnotationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV17_protobuf_nameMapAA05_NameI0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_GeneratedCodeInfo", + "printedName": "SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "mangledName": "$s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Duration", + "printedName": "Google_Protobuf_Duration", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeInterval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeInterval", + "printedName": "timeInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV12timeIntervalSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV", + "mangledName": "$s13SwiftProtobuf07Google_B9_DurationV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Empty", + "printedName": "Google_Protobuf_Empty", + "children": [ + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Empty", + "printedName": "SwiftProtobuf.Google_Protobuf_Empty", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_EmptyV", + "mangledName": "$s13SwiftProtobuf07Google_B6_EmptyV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Enum", + "printedName": "Enum", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumPxycfc", + "mangledName": "$s13SwiftProtobuf4EnumPxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValuexSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivp", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf4EnumP8rawValueSivg", + "mangledName": "$s13SwiftProtobuf4EnumP8rawValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf4EnumPAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : Swift.RawRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensibleMessage", + "printedName": "ExtensibleMessage", + "children": [ + { + "kind": "Var", + "name": "_protobuf_extensionFieldValues", + "printedName": "_protobuf_extensionFieldValues", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP30_protobuf_extensionFieldValuesAA09ExtensionG8ValueSetVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0Cyqd__xG_0G4TypeQyd__tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "getExtensionValue", + "printedName": "getExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_1_0.ValueType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.ValueType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17getExtensionValue3ext0G4TypeQyd__SgAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hasExtensionValue", + "printedName": "hasExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17hasExtensionValue3extSbAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearExtensionValue", + "printedName": "clearExtensionValue(ext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_1_0, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE19clearExtensionValue3extyAA0dF0Cyqd__xG_tAA0F5FieldRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeatedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA06PackedF5FieldVyqd__GxG_Say8BaseTypeQyd__GtAA0kM0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA012RepeatedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA010PackedEnumF5FieldVyqd__GxG_Sayqd__GtAA0K0Rd__Si03RawG0Rtd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : SwiftProtobuf.Enum, τ_1_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA08RepeateddF5FieldVyqd__GxG_Sayqd__GtSQRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Equatable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "setExtensionValue", + "printedName": "setExtensionValue(ext:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension, τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_1_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessagePAAE17setExtensionValue3ext5valueyAA0dF0CyAA013RepeatedGroupF5FieldVyqd__GxG_Sayqd__GtSHRd__AA0D0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensibleMessage, τ_1_0 : Swift.Hashable, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17ExtensibleMessageP", + "mangledName": "$s13SwiftProtobuf17ExtensibleMessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "children": [ + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP08protobufD0AA0c7MessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP7isEqual5otherSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldPAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "AssociatedType", + "name": "ValueType", + "printedName": "ValueType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP9ValueTypeQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP5value9ValueTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.ValueType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC05valuexAA010AnyMessageC0_p_9ValueTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionField>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP08protobufC07decoderxSgAA010AnyMessageC0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.AnyExtensionField>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalExtensionField", + "printedName": "OptionalExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV5value8BaseTypeQzvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_8BaseTypeQztcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalExtensionField", + "printedName": "SwiftProtobuf.OptionalExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22OptionalExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22OptionalExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedExtensionField", + "printedName": "RepeatedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedExtensionField", + "printedName": "SwiftProtobuf.RepeatedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22RepeatedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf22RepeatedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedExtensionField", + "printedName": "PackedExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV5valueSay8BaseTypeQzGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD0AA010AnyMessageD0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV7isEqual5otherSbAA03AnydE0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedExtensionField", + "printedName": "SwiftProtobuf.PackedExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV08protobufD07decoderACyxGSgAA010AnyMessageD0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf20PackedExtensionFieldV", + "mangledName": "$s13SwiftProtobuf20PackedExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalEnumExtensionField", + "printedName": "OptionalEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalEnumExtensionField", + "printedName": "SwiftProtobuf.OptionalEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26OptionalEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26OptionalEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedEnumExtensionField", + "printedName": "RepeatedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedEnumExtensionField", + "printedName": "SwiftProtobuf.RepeatedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf26RepeatedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PackedEnumExtensionField", + "printedName": "PackedEnumExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "PackedEnumExtensionField", + "printedName": "SwiftProtobuf.PackedEnumExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Decoder, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Enum, τ_1_0 : SwiftProtobuf.Visitor, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf24PackedEnumExtensionFieldV", + "mangledName": "$s13SwiftProtobuf24PackedEnumExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Enum, τ_0_0.RawValue == Swift.Int>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalMessageExtensionField", + "printedName": "OptionalMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalMessageExtensionField", + "printedName": "SwiftProtobuf.OptionalMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29OptionalMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29OptionalMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedMessageExtensionField", + "printedName": "RepeatedMessageExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE0AA03AnydE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE05valueACyxGAA03AnydE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedMessageExtensionField", + "printedName": "SwiftProtobuf.RepeatedMessageExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV08protobufE07decoderACyxGSgAA03AnydE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "mangledName": "$s13SwiftProtobuf29RepeatedMessageExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OptionalGroupExtensionField", + "printedName": "OptionalGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV5valuexvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_xtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "OptionalGroupExtensionField", + "printedName": "SwiftProtobuf.OptionalGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27OptionalGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27OptionalGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RepeatedGroupExtensionField", + "printedName": "RepeatedGroupExtensionField", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV5valueSayxGvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protobufExtension", + "printedName": "protobufExtension", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE0AA010AnyMessageE0_pvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE05valueACyxGAA010AnyMessageE0_p_SayxGtcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeExtensionField", + "printedName": "decodeExtensionField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV06decodeeF07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protobufExtension:decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>?", + "children": [ + { + "kind": "TypeNominal", + "name": "RepeatedGroupExtensionField", + "printedName": "SwiftProtobuf.RepeatedGroupExtensionField<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV08protobufE07decoderACyxGSgAA010AnyMessageE0_p_qd__ztKcAA7DecoderRd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "mangledName": "$s13SwiftProtobuf27RepeatedGroupExtensionFieldV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionField", + "printedName": "ExtensionField", + "children": [ + { + "kind": "TypeWitness", + "name": "ValueType", + "printedName": "ValueType", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:13SwiftProtobuf14ExtensionFieldP", + "mangledName": "$s13SwiftProtobuf14ExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "AnyExtensionField", + "printedName": "AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP", + "mangledName": "$s13SwiftProtobuf17AnyExtensionFieldP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionFieldValueSet", + "printedName": "ExtensionFieldValueSet", + "children": [ + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV8traverse7visitor5start3endyxz_S2itKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSicis", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetVyAA03AnycD0_pSgSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV", + "mangledName": "$s13SwiftProtobuf22ExtensionFieldValueSetV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "children": [ + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf12ExtensionMapPyAA010AnyMessageC0_pSgAA0F0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.ExtensionMap>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FieldMask", + "printedName": "Google_Protobuf_FieldMask", + "children": [ + { + "kind": "Var", + "name": "paths", + "printedName": "paths", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV5pathsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSaySSG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(protoPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV10protoPathsACSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonPaths:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FieldMask", + "printedName": "SwiftProtobuf.Google_Protobuf_FieldMask", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV9jsonPathsACSgSSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_FieldMaskV", + "mangledName": "$s13SwiftProtobuf07Google_B10_FieldMaskV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "AssociatedType", + "name": "BaseType", + "printedName": "BaseType", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "mangledName": "$s13SwiftProtobuf9FieldTypeP04BaseD0Qa", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP18proto3DefaultValue04BaseD0QzvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0.BaseType?", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeSingular5value4fromy04BaseD0QzSgz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP14decodeRepeated5value4fromySay04BaseD0QzGz_qd__ztKAA7DecoderRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitSingular5value11fieldNumber4withy04BaseD0Qz_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP13visitRepeated5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "mangledName": "$s13SwiftProtobuf9FieldTypeP11visitPacked5value11fieldNumber4withySay04BaseD0QzG_Siqd__ztKAA7VisitorRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.FieldType, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.BaseType : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MapKeyType", + "printedName": "MapKeyType", + "children": [ + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP9_lessThan3lhs3rhsSb04BaseE0Qz_AHtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.BaseType" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf10MapKeyTypePAASL04BaseE0RpzrlE9_lessThan3lhs3rhsSbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_0.BaseType : Swift.Comparable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MapValueType", + "printedName": "MapValueType", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFloat", + "printedName": "ProtobufFloat", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV18proto3DefaultValueSfvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Float?", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeSingular5value4fromySfSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV14decodeRepeated5value4fromySaySfGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitSingular5value11fieldNumber4withySf_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV13visitRepeated5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5FloatV11visitPacked5value11fieldNumber4withySaySfG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5FloatV", + "mangledName": "$s13SwiftProtobuf0B5FloatV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufDouble", + "printedName": "ProtobufDouble", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV18proto3DefaultValueSdvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeSingular5value4fromySdSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV14decodeRepeated5value4fromySaySdGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitSingular5value11fieldNumber4withySd_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV13visitRepeated5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6DoubleV11visitPacked5value11fieldNumber4withySaySdG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6DoubleV", + "mangledName": "$s13SwiftProtobuf0B6DoubleV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt32", + "printedName": "ProtobufInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int32V", + "mangledName": "$s13SwiftProtobuf0B5Int32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufInt64", + "printedName": "ProtobufInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5Int64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5Int64V", + "mangledName": "$s13SwiftProtobuf0B5Int64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt32", + "printedName": "ProtobufUInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt32V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt32V", + "mangledName": "$s13SwiftProtobuf0B6UInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufUInt64", + "printedName": "ProtobufUInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V18proto3DefaultValues0C0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeSingular5value4fromys0C0VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V14decodeRepeated5value4fromySays0C0VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitSingular5value11fieldNumber4withys0C0V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V13visitRepeated5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6UInt64V11visitPacked5value11fieldNumber4withySays0C0VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6UInt64V", + "mangledName": "$s13SwiftProtobuf0B6UInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt32", + "printedName": "ProtobufSInt32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt32V", + "mangledName": "$s13SwiftProtobuf0B6SInt32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSInt64", + "printedName": "ProtobufSInt64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6SInt64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6SInt64V", + "mangledName": "$s13SwiftProtobuf0B6SInt64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed32", + "printedName": "ProtobufFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V18proto3DefaultValues6UInt32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt32?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeSingular5value4fromys6UInt32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V14decodeRepeated5value4fromySays6UInt32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitSingular5value11fieldNumber4withys6UInt32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V13visitRepeated5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V11visitPacked5value11fieldNumber4withySays6UInt32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed32V", + "mangledName": "$s13SwiftProtobuf0B7Fixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufFixed64", + "printedName": "ProtobufFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V18proto3DefaultValues6UInt64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UInt64?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V14decodeRepeated5value4fromySays6UInt64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitSingular5value11fieldNumber4withys6UInt64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V13visitRepeated5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B7Fixed64V", + "mangledName": "$s13SwiftProtobuf0B7Fixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed32", + "printedName": "ProtobufSFixed32", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V18proto3DefaultValues5Int32VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int32?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeSingular5value4fromys5Int32VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V14decodeRepeated5value4fromySays5Int32VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V13visitRepeated5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V11visitPacked5value11fieldNumber4withySays5Int32VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed32V", + "mangledName": "$s13SwiftProtobuf0B8SFixed32V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufSFixed64", + "printedName": "ProtobufSFixed64", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeSingular5value4fromys5Int64VSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitSingular5value11fieldNumber4withys5Int64V_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V13visitRepeated5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V11visitPacked5value11fieldNumber4withySays5Int64VG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B8SFixed64V", + "mangledName": "$s13SwiftProtobuf0B8SFixed64V", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBool", + "printedName": "ProtobufBool", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV18proto3DefaultValueSbvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeSingular5value4fromySbSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV14decodeRepeated5value4fromySaySbGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitSingular5value11fieldNumber4withySb_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV13visitRepeated5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV11visitPacked5value11fieldNumber4withySaySbG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_lessThan", + "printedName": "_lessThan(lhs:rhs:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "mangledName": "$s13SwiftProtobuf0B4BoolV9_lessThan3lhs3rhsS2b_SbtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B4BoolV", + "mangledName": "$s13SwiftProtobuf0B4BoolV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufString", + "printedName": "ProtobufString", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "mangledName": "$s13SwiftProtobuf0B6StringV18proto3DefaultValueSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeSingular5value4fromySSSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV14decodeRepeated5value4fromySaySSGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitSingular5value11fieldNumber4withySS_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV13visitRepeated5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B6StringV11visitPacked5value11fieldNumber4withySaySSG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B6StringV", + "mangledName": "$s13SwiftProtobuf0B6StringV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapKeyType", + "printedName": "MapKeyType", + "usr": "s:13SwiftProtobuf10MapKeyTypeP", + "mangledName": "$s13SwiftProtobuf10MapKeyTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufBytes", + "printedName": "ProtobufBytes", + "children": [ + { + "kind": "Var", + "name": "proto3DefaultValue", + "printedName": "proto3DefaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV18proto3DefaultValue10Foundation4DataVvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeSingular", + "printedName": "decodeSingular(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeSingular5value4fromy10Foundation4DataVSgz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decodeRepeated", + "printedName": "decodeRepeated(value:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "paramValueOwnership": "InOut", + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay10Foundation4DataVGz_xztKAA7DecoderRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitSingular", + "printedName": "visitSingular(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitSingular5value11fieldNumber4withy10Foundation4DataV_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitRepeated", + "printedName": "visitRepeated(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV13visitRepeated5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "visitPacked", + "printedName": "visitPacked(value:fieldNumber:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "mangledName": "$s13SwiftProtobuf0B5BytesV11visitPacked5value11fieldNumber4withySay10Foundation4DataVG_SixztKAA7VisitorRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf0B5BytesV", + "mangledName": "$s13SwiftProtobuf0B5BytesV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FieldType", + "printedName": "FieldType", + "children": [ + { + "kind": "TypeWitness", + "name": "BaseType", + "printedName": "BaseType", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ] + } + ], + "usr": "s:13SwiftProtobuf9FieldTypeP", + "mangledName": "$s13SwiftProtobuf9FieldTypeP" + }, + { + "kind": "Conformance", + "name": "MapValueType", + "printedName": "MapValueType", + "usr": "s:13SwiftProtobuf12MapValueTypeP", + "mangledName": "$s13SwiftProtobuf12MapValueTypeP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "defaultAnyTypeURLPrefix", + "printedName": "defaultAnyTypeURLPrefix", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "mangledName": "$s13SwiftProtobuf23defaultAnyTypeURLPrefixSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Dispatch", + "printedName": "Dispatch", + "declKind": "Import", + "moduleName": "SwiftProtobuf" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "mangledName": "$s13SwiftProtobuf1sopyAA07Google_B9_DurationVADF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Prefix", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAD_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B9_DurationVAA0c1_B10_TimestampV_AFtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "mangledName": "$s13SwiftProtobuf1poiyAA07Google_B10_TimestampVAA0c1_B9_DurationV_ADtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Duration", + "printedName": "SwiftProtobuf.Google_Protobuf_Duration", + "usr": "s:13SwiftProtobuf07Google_B9_DurationV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "mangledName": "$s13SwiftProtobuf1soiyAA07Google_B10_TimestampVAD_AA0c1_B9_DurationVtF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Internal", + "printedName": "Internal", + "children": [ + { + "kind": "Var", + "name": "emptyData", + "printedName": "emptyData", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "mangledName": "$s13SwiftProtobuf8InternalO9emptyData10Foundation0E0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSayAA7Message_pGFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "areAllInitialized", + "printedName": "areAllInitialized(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : SwiftProtobuf.Message]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "mangledName": "$s13SwiftProtobuf8InternalO17areAllInitializedySbSDyxAA7Message_pGSHRzlFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8InternalO", + "mangledName": "$s13SwiftProtobuf8InternalO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingError", + "printedName": "JSONDecodingError", + "children": [ + { + "kind": "Var", + "name": "failure", + "printedName": "failure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO7failureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberRange", + "printedName": "numberRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11numberRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedMap", + "printedName": "malformedMap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12malformedMapyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedBool", + "printedName": "malformedBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO13malformedBoolyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedString", + "printedName": "malformedString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15malformedStringyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "illegalNull", + "printedName": "illegalNull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11illegalNullyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unquotedMapKey", + "printedName": "unquotedMapKey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO14unquotedMapKeyyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "leadingZero", + "printedName": "leadingZero", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO11leadingZeroyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedDuration", + "printedName": "malformedDuration", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedTimestamp", + "printedName": "malformedTimestamp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedTimestampyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedFieldMask", + "printedName": "malformedFieldMask", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO18malformedFieldMaskyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONDecodingError.Type) -> (Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.JSONDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingError", + "printedName": "SwiftProtobuf.JSONDecodingError", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO12unknownFieldyACSScACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONDecodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONDecodingOptions", + "printedName": "JSONDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "ignoreUnknownFields", + "printedName": "ignoreUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV19ignoreUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingError", + "printedName": "JSONEncodingError", + "children": [ + { + "kind": "Var", + "name": "anyTranscodeFailure", + "printedName": "anyTranscodeFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19anyTranscodeFailureyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "timestampRange", + "printedName": "timestampRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO14timestampRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "durationRange", + "printedName": "durationRange", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO13durationRangeyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fieldMaskConversion", + "printedName": "fieldMaskConversion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO19fieldMaskConversionyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingValue", + "printedName": "missingValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO12missingValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "valueNumberNotFinite", + "printedName": "valueNumberNotFinite", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.JSONEncodingError.Type) -> SwiftProtobuf.JSONEncodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.JSONEncodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO20valueNumberNotFiniteyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingError", + "printedName": "SwiftProtobuf.JSONEncodingError", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf17JSONEncodingErrorO", + "mangledName": "$s13SwiftProtobuf17JSONEncodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "JSONEncodingOptions", + "printedName": "JSONEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "alwaysPrintEnumsAsInts", + "printedName": "alwaysPrintEnumsAsInts", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV22alwaysPrintEnumsAsIntsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "preserveProtoFieldNames", + "printedName": "preserveProtoFieldNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV23preserveProtoFieldNamesSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf19JSONEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Message", + "printedName": "Message", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePxycfc", + "mangledName": "$s13SwiftProtobuf7MessagePxycfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "mangledName": "$s13SwiftProtobuf7MessageP05protoC4NameSSvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessageP13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf7MessageP13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP06decodeC07decoderyqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "mangledName": "$s13SwiftProtobuf7MessageP8traverse7visitoryqd__z_tKAA7VisitorRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessageP4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "mangledName": "$s13SwiftProtobuf7MessageP9isEqualTo7messageSbAaB_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "isInitialized", + "printedName": "isInitialized", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE13isInitializedSbvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "with", + "printedName": "with(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout τ_0_0) throws -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE4withyxyxzKXEKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Rethrows", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unpackingAny:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12unpackingAny10extensions7optionsxAA07Google_b1_E0V_AA12ExtensionMap_pSgAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "serializedData", + "printedName": "serializedData(partial:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData7partial10Foundation0E0VSb_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE14serializedData10extensions7partial7optionsx10Foundation0E0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE15contiguousBytes10extensions7partial7optionsxqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKc10Foundation010ContiguousE0Rd__lufc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(serializedData:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge14serializedData10extensions7partial7optionsy10Foundation0F0V_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "merge", + "printedName": "merge(contiguousBytes:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5merge15contiguousBytes10extensions7partial7optionsyqd___AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtK10Foundation010ContiguousF0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_1_0 : Foundation.ContiguousBytes>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "Inlinable", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "_merge", + "printedName": "_merge(rawBuffer:extensions:partial:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnsafeRawBufferPointer", + "printedName": "Swift.UnsafeRawBufferPointer", + "usr": "s:SW" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BinaryDecodingOptions", + "printedName": "SwiftProtobuf.BinaryDecodingOptions", + "usr": "s:13SwiftProtobuf21BinaryDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE6_merge9rawBuffer10extensions7partial7optionsySW_AA12ExtensionMap_pSgSbAA21BinaryDecodingOptionsVtKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsSSAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7options10Foundation0F0VAA19JSONEncodingOptionsV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString7optionsxSS_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString10extensions7optionsxSS_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data7optionsx10Foundation0F0V_AA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(jsonUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data10extensions7optionsx10Foundation0F0V_AA12ExtensionMap_pSgAA19JSONDecodingOptionsVtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "jsonString", + "printedName": "jsonString(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE10jsonString4from7optionsSSqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "jsonUTF8Data", + "printedName": "jsonUTF8Data(from:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "JSONEncodingOptions", + "printedName": "SwiftProtobuf.JSONEncodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE12jsonUTF8Data4from7options10Foundation0F0Vqd___AA19JSONEncodingOptionsVtK7ElementQyd__RszSlRd__lFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Message, τ_0_0 == τ_1_0.Element, τ_1_0 : Swift.Collection>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString7optionsSayxGSS_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONString:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array14fromJSONString10extensions7optionsSayxGSS_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data7optionsSayxG10Foundation0G0V_AA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "array", + "printedName": "array(fromJSONUTF8Data:extensions:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "TypeNominal", + "name": "JSONDecodingOptions", + "printedName": "SwiftProtobuf.JSONDecodingOptions", + "hasDefaultArg": true, + "usr": "s:13SwiftProtobuf19JSONDecodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "mangledName": "$s13SwiftProtobuf7MessagePAAE5array16fromJSONUTF8Data10extensions7optionsSayxG10Foundation0G0V_AA12ExtensionMap_pAA19JSONDecodingOptionsVtKFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatStringSSyF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFormatString", + "printedName": "textFormatString(options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7optionsSSAA04TextE15EncodingOptionsV_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString10extensionsxSS_AA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textFormatString:options:extensions:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.ExtensionMap?", + "children": [ + { + "kind": "TypeNominal", + "name": "ExtensionMap", + "printedName": "SwiftProtobuf.ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "mangledName": "$s13SwiftProtobuf7MessagePAAE16textFormatString7options10extensionsxSS_AA04TextE15DecodingOptionsVAA12ExtensionMap_pSgtKcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.CustomDebugStringConvertible>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "children": [ + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqualTo", + "printedName": "isEqualTo(message:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE9isEqualTo7messageSbAA0C0_p_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE2eeoiySbx_xtFZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_protobuf_generated_isEqualTo", + "printedName": "_protobuf_generated_isEqualTo(other:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBasePAAE29_protobuf_generated_isEqualTo5otherSbx_tF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._MessageImplementationBase>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 : Swift.Hashable, τ_0_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvp", + "moduleName": "SwiftProtobuf", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP11messageTypeAA0D0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.AnyMessageExtension, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "protocolReq": true, + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MessageExtension", + "printedName": "MessageExtension", + "children": [ + { + "kind": "Var", + "name": "fieldNumber", + "printedName": "fieldNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11fieldNumberSivg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fieldName", + "printedName": "fieldName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC9fieldNameSSvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "messageType", + "printedName": "messageType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC11messageTypeAA0C0_pXpvg", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_protobuf_fieldNumber:fieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MessageExtension", + "printedName": "SwiftProtobuf.MessageExtension<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:13SwiftProtobuf16MessageExtensionC" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC21_protobuf_fieldNumber0F4NameACyxq_GSi_SStcfc", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "_protobuf_newField", + "printedName": "_protobuf_newField(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyExtensionField?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyExtensionField", + "printedName": "SwiftProtobuf.AnyExtensionField", + "usr": "s:13SwiftProtobuf17AnyExtensionFieldP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC18_protobuf_newField7decoderAA03AnydG0_pSgqd__z_tKAA7DecoderRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1, τ_1_0 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message, τ_1_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:13SwiftProtobuf16MessageExtensionC", + "mangledName": "$s13SwiftProtobuf16MessageExtensionC", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.ExtensionField, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyMessageExtension", + "printedName": "AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP", + "mangledName": "$s13SwiftProtobuf19AnyMessageExtensionP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "_NameMap", + "printedName": "_NameMap", + "children": [ + { + "kind": "TypeDecl", + "name": "NameDescription", + "printedName": "NameDescription", + "children": [ + { + "kind": "Var", + "name": "same", + "printedName": "same", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO4sameyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standard", + "printedName": "standard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO8standardyAEs12StaticStringV_tcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, Swift.StaticString) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, json: Swift.StaticString)", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO6uniqueyAEs12StaticStringV_AHtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "aliased", + "printedName": "aliased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf._NameMap.NameDescription.Type) -> (Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.StaticString, [Swift.StaticString]) -> SwiftProtobuf._NameMap.NameDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(proto: Swift.StaticString, aliases: [Swift.StaticString])", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.StaticString]", + "children": [ + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._NameMap.NameDescription.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO7aliasedyAEs12StaticStringV_SayAHGtcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO", + "mangledName": "$s13SwiftProtobuf8_NameMapV0C11DescriptionO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapVACycfc", + "mangledName": "$s13SwiftProtobuf8_NameMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.Int, SwiftProtobuf._NameMap.NameDescription)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Int, SwiftProtobuf._NameMap.NameDescription)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "mangledName": "$s13SwiftProtobuf8_NameMapV17dictionaryLiteralACSi_AC0C11DescriptionOtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf8_NameMapV", + "mangledName": "$s13SwiftProtobuf8_NameMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "NameDescription", + "printedName": "SwiftProtobuf._NameMap.NameDescription", + "usr": "s:13SwiftProtobuf8_NameMapV0C11DescriptionO" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersion_2", + "printedName": "ProtobufAPIVersion_2", + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B12APIVersion_2P", + "mangledName": "$s13SwiftProtobuf0B12APIVersion_2P", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProtobufAPIVersionCheck", + "printedName": "ProtobufAPIVersionCheck", + "children": [ + { + "kind": "AssociatedType", + "name": "Version", + "printedName": "Version", + "declKind": "AssociatedType", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP7VersionQa", + "moduleName": "SwiftProtobuf", + "protocolReq": true + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf0B15APIVersionCheckP", + "mangledName": "$s13SwiftProtobuf0B15APIVersionCheckP", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0.Version : SwiftProtobuf.ProtobufAPIVersion_2>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMap", + "printedName": "_ProtobufMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B3MapV", + "mangledName": "$s13SwiftProtobuf01_B3MapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.FieldType>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufMessageMap", + "printedName": "_ProtobufMessageMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B10MessageMapV", + "mangledName": "$s13SwiftProtobuf01_B10MessageMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : Swift.Hashable, τ_0_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtobufEnumMap", + "printedName": "_ProtobufEnumMap", + "declKind": "Struct", + "usr": "s:13SwiftProtobuf01_B7EnumMapV", + "mangledName": "$s13SwiftProtobuf01_B7EnumMapV", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : SwiftProtobuf.MapKeyType, τ_0_1 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "children": [ + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP17_protobuf_nameMapAA01_dH0VvgZ", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf._ProtoNameProviding>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SimpleExtensionMap", + "printedName": "SimpleExtensionMap", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVACycfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV12arrayLiteralAcA010AnyMessageD0_pd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.SimpleExtensionMap]", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyA2Cd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.AnyMessageExtension?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapVyAA010AnyMessageD0_pSgAA0G0_pXp_Sitcig", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "fieldNumberForProto", + "printedName": "fieldNumberForProto(messageType:protoFieldName:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "SwiftProtobuf.Message.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Message", + "printedName": "SwiftProtobuf.Message", + "usr": "s:13SwiftProtobuf7MessageP" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV19fieldNumberForProto11messageType14protoFieldNameSiSgAA7Message_pXp_SStF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insertyyAA010AnyMessageD0_pF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "insert", + "printedName": "insert(contentsOf:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.AnyMessageExtension]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "formUnion", + "printedName": "formUnion(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV9formUnionyyACF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "union", + "printedName": "union(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + }, + { + "kind": "TypeNominal", + "name": "SimpleExtensionMap", + "printedName": "SwiftProtobuf.SimpleExtensionMap", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV5unionyA2CF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV16debugDescriptionSSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf18SimpleExtensionMapV", + "mangledName": "$s13SwiftProtobuf18SimpleExtensionMapV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExtensionMap", + "printedName": "ExtensionMap", + "usr": "s:13SwiftProtobuf12ExtensionMapP", + "mangledName": "$s13SwiftProtobuf12ExtensionMapP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyMessageExtension", + "printedName": "SwiftProtobuf.AnyMessageExtension", + "usr": "s:13SwiftProtobuf19AnyMessageExtensionP" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_SourceContext", + "printedName": "Google_Protobuf_SourceContext", + "children": [ + { + "kind": "Var", + "name": "fileName", + "printedName": "fileName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8fileNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV", + "mangledName": "$s13SwiftProtobuf07Google_B14_SourceContextV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_NullValue", + "printedName": "Google_Protobuf_NullValue", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO04nullE0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_NullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO03rawE0Sivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO", + "mangledName": "$s13SwiftProtobuf07Google_B10_NullValueO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_NullValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Struct", + "printedName": "Google_Protobuf_Struct", + "children": [ + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsSDySSAA0c1_B6_ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionaryLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(Swift.String, SwiftProtobuf.Google_Protobuf_Value)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, SwiftProtobuf.Google_Protobuf_Value)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17dictionaryLiteralACSS_AA0c1_B6_ValueVtd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(fields:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV6fieldsACSDySSAA0c1_B6_ValueVG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSScis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructVyAA0c1_B6_ValueVSgSSciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV", + "mangledName": "$s13SwiftProtobuf07Google_B7_StructV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Value", + "printedName": "Google_Protobuf_Value", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV4kindAC10OneOf_KindOSgvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0Ovs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04nullD0AA0c1_b5_NullD0OvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0Sdvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0SdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0SSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0Sbvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0SbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AA0c1_B7_StructVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AA0c1_b5_ListD0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "OneOf_Kind", + "printedName": "OneOf_Kind", + "children": [ + { + "kind": "Var", + "name": "nullValue", + "printedName": "nullValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_NullValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_NullValue", + "printedName": "SwiftProtobuf.Google_Protobuf_NullValue", + "usr": "s:13SwiftProtobuf07Google_B10_NullValueO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04nullD0yAeA0c1_b5_NullD0OcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "numberValue", + "printedName": "numberValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06numberD0yAESdcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "boolValue", + "printedName": "boolValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04boolD0yAESbcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "structValue", + "printedName": "structValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Struct) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06structD0yAeA0c1_B7_StructVcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "listValue", + "printedName": "listValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type) -> (SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_ListValue) -> SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + }, + { + "kind": "TypeNominal", + "name": "OneOf_Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO2eeoiySbAE_AEtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14integerLiteralACs5Int64V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nilLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV10nilLiteralACyt_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(numberValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06numberD0ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06stringD0ACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(boolValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04boolD0ACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(structValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Struct", + "printedName": "SwiftProtobuf.Google_Protobuf_Struct", + "usr": "s:13SwiftProtobuf07Google_B7_StructV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV06structD0AcA0c1_B7_StructV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(listValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04listD0AcA0c1_b5_ListD0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV04hashD0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B6_ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_ListValue", + "printedName": "Google_Protobuf_ListValue", + "children": [ + { + "kind": "Var", + "name": "values", + "printedName": "values", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesSayAA0c1_b1_E0VGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Value]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV6valuesACSayAA0c1_b1_E0VG_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Subscript", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicip", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicig", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSicis", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueVyAA0c1_b1_E0VSiciM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_ListValue", + "printedName": "SwiftProtobuf.Google_Protobuf_ListValue", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_ListValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_ListValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Value", + "usr": "s:13SwiftProtobuf07Google_B6_ValueV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingError", + "printedName": "TextFormatDecodingError", + "children": [ + { + "kind": "Var", + "name": "malformedText", + "printedName": "malformedText", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO09malformedC0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "malformedNumber", + "printedName": "malformedNumber", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15malformedNumberyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "trailingGarbage", + "printedName": "trailingGarbage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO15trailingGarbageyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "truncated", + "printedName": "truncated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9truncatedyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidUTF8", + "printedName": "invalidUTF8", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO11invalidUTF8yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "schemaMismatch", + "printedName": "schemaMismatch", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO14schemaMismatchyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "missingFieldNames", + "printedName": "missingFieldNames", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17missingFieldNamesyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unknownField", + "printedName": "unknownField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO12unknownFieldyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "unrecognizedEnumValue", + "printedName": "unrecognizedEnumValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO21unrecognizedEnumValueyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "conflictingOneOf", + "printedName": "conflictingOneOf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO16conflictingOneOfyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "internalExtensionError", + "printedName": "internalExtensionError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO017internalExtensionF0yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.TextFormatDecodingError.Type) -> SwiftProtobuf.TextFormatDecodingError", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.TextFormatDecodingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO17messageDepthLimityA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + }, + { + "kind": "TypeNominal", + "name": "TextFormatDecodingError", + "printedName": "SwiftProtobuf.TextFormatDecodingError", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "SwiftProtobuf", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf23TextFormatDecodingErrorO", + "mangledName": "$s13SwiftProtobuf23TextFormatDecodingErrorO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatDecodingOptions", + "printedName": "TextFormatDecodingOptions", + "children": [ + { + "kind": "Var", + "name": "messageDepthLimit", + "printedName": "messageDepthLimit", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV17messageDepthLimitSivM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatDecodingOptions", + "printedName": "SwiftProtobuf.TextFormatDecodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatDecodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatDecodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatEncodingOptions", + "printedName": "TextFormatEncodingOptions", + "children": [ + { + "kind": "Var", + "name": "printUnknownFields", + "printedName": "printUnknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV18printUnknownFieldsSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFormatEncodingOptions", + "printedName": "SwiftProtobuf.TextFormatEncodingOptions", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf25TextFormatEncodingOptionsV", + "mangledName": "$s13SwiftProtobuf25TextFormatEncodingOptionsV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Timestamp", + "printedName": "Google_Protobuf_Timestamp", + "children": [ + { + "kind": "Var", + "name": "seconds", + "printedName": "seconds", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7secondss5Int64VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "nanos", + "printedName": "nanos", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV5nanoss5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(seconds:nanos:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "hasDefaultArg": true, + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "hasDefaultArg": true, + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV7seconds5nanosACs5Int64V_s5Int32Vtcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSince1970:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970ACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(timeIntervalSinceReferenceDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(date:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4dateAC10Foundation4DateV_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "timeIntervalSince1970", + "printedName": "timeIntervalSince1970", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV21timeIntervalSince1970Sdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeIntervalSinceReferenceDate", + "printedName": "timeIntervalSinceReferenceDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV30timeIntervalSinceReferenceDateSdvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "date", + "printedName": "date", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV4date10Foundation4DateVvg", + "moduleName": "SwiftProtobuf", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Timestamp", + "printedName": "SwiftProtobuf.Google_Protobuf_Timestamp", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_TimestampV", + "mangledName": "$s13SwiftProtobuf07Google_B10_TimestampV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Syntax", + "printedName": "Google_Protobuf_Syntax", + "children": [ + { + "kind": "Var", + "name": "proto2", + "printedName": "proto2", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto2yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "proto3", + "printedName": "proto3", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO6proto3yA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "editions", + "printedName": "editions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8editionsyA2CmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Syntax.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO12UNRECOGNIZEDyACSicACmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxOACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax?", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueACSgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO8allCasesSayACGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO", + "mangledName": "$s13SwiftProtobuf07Google_B7_SyntaxO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Syntax]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Type", + "printedName": "Google_Protobuf_Type", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fields", + "printedName": "fields", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6fieldsSayAA0c1_B6_FieldVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofs", + "printedName": "oneofs", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6oneofsSaySSGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Type", + "printedName": "SwiftProtobuf.Google_Protobuf_Type", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_TypeV", + "mangledName": "$s13SwiftProtobuf07Google_B5_TypeV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Field", + "printedName": "Google_Protobuf_Field", + "children": [ + { + "kind": "Var", + "name": "kind", + "printedName": "kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4kindAC4KindOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cardinality", + "printedName": "cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11cardinalityAC11CardinalityOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "typeURL", + "printedName": "typeURL", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7typeURLSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "oneofIndex", + "printedName": "oneofIndex", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV10oneofIndexs5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "packed", + "printedName": "packed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV6packedSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "jsonName", + "printedName": "jsonName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8jsonNameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "defaultValue", + "printedName": "defaultValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV12defaultValueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Kind", + "printedName": "Kind", + "children": [ + { + "kind": "Var", + "name": "typeUnknown", + "printedName": "typeUnknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeUnknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeDouble", + "printedName": "typeDouble", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeDoubleyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFloat", + "printedName": "typeFloat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeFloatyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt64", + "printedName": "typeInt64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint64", + "printedName": "typeUint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeInt32", + "printedName": "typeInt32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeInt32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed64", + "printedName": "typeFixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeFixed32", + "printedName": "typeFixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBool", + "printedName": "typeBool", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeBoolyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeString", + "printedName": "typeString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeStringyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeGroup", + "printedName": "typeGroup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeGroupyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeMessage", + "printedName": "typeMessage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO11typeMessageyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeBytes", + "printedName": "typeBytes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO9typeBytesyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeUint32", + "printedName": "typeUint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeUint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeEnum", + "printedName": "typeEnum", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8typeEnumyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed32", + "printedName": "typeSfixed32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSfixed64", + "printedName": "typeSfixed64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12typeSfixed64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint32", + "printedName": "typeSint32", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint32yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "typeSint64", + "printedName": "typeSint64", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO10typeSint64yA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Kind.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Kind", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind?", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV4KindO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Kind]", + "children": [ + { + "kind": "TypeNominal", + "name": "Kind", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Kind", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV4KindO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Cardinality", + "printedName": "Cardinality", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO7unknownyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "optional", + "printedName": "optional", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8optionalyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "required", + "printedName": "required", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8requiredyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeated", + "printedName": "repeated", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8repeatedyA2EmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "UNRECOGNIZED", + "printedName": "UNRECOGNIZED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type) -> (Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO12UNRECOGNIZEDyAESicAEmF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityOAEycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality?", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueAESgSi_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8rawValueSivg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO8allCasesSayAEGvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV11CardinalityO", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Enum", + "printedName": "Enum", + "usr": "s:13SwiftProtobuf4EnumP", + "mangledName": "$s13SwiftProtobuf4EnumP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Field.Cardinality]", + "children": [ + { + "kind": "TypeNominal", + "name": "Cardinality", + "printedName": "SwiftProtobuf.Google_Protobuf_Field.Cardinality", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV11CardinalityO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Field", + "printedName": "SwiftProtobuf.Google_Protobuf_Field", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B6_FieldV", + "mangledName": "$s13SwiftProtobuf07Google_B6_FieldV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Enum", + "printedName": "Google_Protobuf_Enum", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enumvalue", + "printedName": "enumvalue", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_EnumValue]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9enumvalueSayAA0c1_b1_D5ValueVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sourceContext", + "printedName": "sourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_SourceContext", + "printedName": "SwiftProtobuf.Google_Protobuf_SourceContext", + "usr": "s:13SwiftProtobuf07Google_B14_SourceContextV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0Vvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13sourceContextAA0c1_b7_SourceF0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasSourceContext", + "printedName": "hasSourceContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16hasSourceContextSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearSourceContext", + "printedName": "clearSourceContext()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV18clearSourceContextyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "syntax", + "printedName": "syntax", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Syntax", + "printedName": "SwiftProtobuf.Google_Protobuf_Syntax", + "usr": "s:13SwiftProtobuf07Google_B7_SyntaxO" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV6syntaxAA0c1_B7_SyntaxOvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "edition", + "printedName": "edition", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV7editionSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Enum", + "printedName": "SwiftProtobuf.Google_Protobuf_Enum", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B5_EnumV", + "mangledName": "$s13SwiftProtobuf07Google_B5_EnumV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_EnumValue", + "printedName": "Google_Protobuf_EnumValue", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "number", + "printedName": "number", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV6numbers5Int32VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "options", + "printedName": "options", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SwiftProtobuf.Google_Protobuf_Option]", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_EnumValue", + "printedName": "SwiftProtobuf.Google_Protobuf_EnumValue", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_EnumValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_EnumValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Option", + "printedName": "Google_Protobuf_Option", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV4nameSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Any", + "printedName": "SwiftProtobuf.Google_Protobuf_Any", + "usr": "s:13SwiftProtobuf07Google_B4_AnyV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvs", + "moduleName": "SwiftProtobuf", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV5valueAA0c1_B4_AnyVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hasValue", + "printedName": "hasValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8hasValueSbvg", + "moduleName": "SwiftProtobuf", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "clearValue", + "printedName": "clearValue()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV10clearValueyyF", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "Mutating" + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV17_protobuf_nameMapAA05_NameG0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Option", + "printedName": "SwiftProtobuf.Google_Protobuf_Option", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV9hashValueSivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B7_OptionV", + "mangledName": "$s13SwiftProtobuf07Google_B7_OptionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UnknownStorage", + "printedName": "UnknownStorage", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV4data10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf14UnknownStorageVACycfc", + "mangledName": "$s13SwiftProtobuf14UnknownStorageVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf14UnknownStorageV", + "mangledName": "$s13SwiftProtobuf14UnknownStorageV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Version", + "printedName": "Version", + "children": [ + { + "kind": "Var", + "name": "major", + "printedName": "major", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5majorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5majorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5majorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "minor", + "printedName": "minor", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV5minorSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV5minorSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV5minorSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "revision", + "printedName": "revision", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivpZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV8revisionSivgZ", + "mangledName": "$s13SwiftProtobuf7VersionV8revisionSivgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "versionString", + "printedName": "versionString", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvpZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf7VersionV13versionStringSSvgZ", + "mangledName": "$s13SwiftProtobuf7VersionV13versionStringSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf7VersionV", + "mangledName": "$s13SwiftProtobuf7VersionV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Visitor", + "printedName": "Visitor", + "children": [ + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularDoubleField", + "printedName": "visitSingularDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularDoubleField5value11fieldNumberySd_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt64Field", + "printedName": "visitSingularInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt64Field", + "printedName": "visitSingularUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularUInt64Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBoolField", + "printedName": "visitSingularBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularBoolField5value11fieldNumberySb_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularStringField", + "printedName": "visitSingularStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitSingularStringField5value11fieldNumberySS_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularBytesField", + "printedName": "visitSingularBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularBytesField5value11fieldNumbery10Foundation4DataV_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularEnumField", + "printedName": "visitSingularEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitSingularEnumField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularMessageField", + "printedName": "visitSingularMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitSingularMessageField5value11fieldNumberyqd___SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMap", + "printedName": "SwiftProtobuf._ProtobufMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B3MapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1.BaseType]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_1.BaseType" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_bE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__AKQyd_0_GSitKAA0e3KeyH0Rd__AA0e5ValueH0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.MapValueType>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufEnumMap", + "printedName": "SwiftProtobuf._ProtobufEnumMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B7EnumMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b4EnumE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__AA0K0Rd_0_Si8RawValueRtd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : SwiftProtobuf.Enum, τ_1_1.RawValue == Swift.Int>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitMapField", + "printedName": "visitMapField(fieldType:value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "_ProtobufMessageMap", + "printedName": "SwiftProtobuf._ProtobufMessageMap<τ_1_0, τ_1_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:13SwiftProtobuf01_B10MessageMapV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_1_0.BaseType : τ_1_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_1_0.BaseType" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "mangledName": "$s13SwiftProtobuf7VisitorP13visitMapField9fieldType5value0G6NumberyAA01_b7MessageE0Vyqd__qd_0_Gm_SDy04BaseH0Qyd__qd_0_GSitKAA0e3KeyH0Rd__SHRd_0_AA0K0Rd_0_r0_lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.MapKeyType, τ_1_1 : Swift.Hashable, τ_1_1 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorP32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitUnknown", + "printedName": "visitUnknown(bytes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "mangledName": "$s13SwiftProtobuf7VisitorP12visitUnknown5bytesy10Foundation4DataV_tKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Mutating", + "RawDocComment" + ], + "throwing": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFloatField", + "printedName": "visitSingularFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularFloatField5value11fieldNumberySf_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularInt32Field", + "printedName": "visitSingularInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularUInt32Field", + "printedName": "visitSingularUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularUInt32Field5value11fieldNumberys0F0V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt32Field", + "printedName": "visitSingularSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSInt64Field", + "printedName": "visitSingularSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitSingularSInt64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed32Field", + "printedName": "visitSingularFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed32Field5value11fieldNumberys6UInt32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularFixed64Field", + "printedName": "visitSingularFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitSingularFixed64Field5value11fieldNumberys6UInt64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed32Field", + "printedName": "visitSingularSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed32Field5value11fieldNumberys5Int32V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularSFixed64Field", + "printedName": "visitSingularSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitSingularSFixed64Field5value11fieldNumberys5Int64V_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFloatField", + "printedName": "visitRepeatedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedDoubleField", + "printedName": "visitRepeatedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt32Field", + "printedName": "visitRepeatedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedInt64Field", + "printedName": "visitRepeatedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt32Field", + "printedName": "visitRepeatedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedUInt64Field", + "printedName": "visitRepeatedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt32Field", + "printedName": "visitRepeatedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSInt64Field", + "printedName": "visitRepeatedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed32Field", + "printedName": "visitRepeatedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedFixed64Field", + "printedName": "visitRepeatedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed32Field", + "printedName": "visitRepeatedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedSFixed64Field", + "printedName": "visitRepeatedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE26visitRepeatedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBoolField", + "printedName": "visitRepeatedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedStringField", + "printedName": "visitRepeatedStringField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitRepeatedStringField5value11fieldNumberySaySSG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedBytesField", + "printedName": "visitRepeatedBytesField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedBytesField5value11fieldNumberySay10Foundation4DataVG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedEnumField", + "printedName": "visitRepeatedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitRepeatedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedMessageField", + "printedName": "visitRepeatedMessageField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE25visitRepeatedMessageField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitRepeatedGroupField", + "printedName": "visitRepeatedGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitRepeatedGroupField5value11fieldNumberySayqd__G_SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFloatField", + "printedName": "visitPackedFloatField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Float]", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedFloatField5value11fieldNumberySaySfG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedDoubleField", + "printedName": "visitPackedDoubleField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedDoubleField5value11fieldNumberySaySdG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt32Field", + "printedName": "visitPackedInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedInt64Field", + "printedName": "visitPackedInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE21visitPackedInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt32Field", + "printedName": "visitPackedUInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt32Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedUInt64Field", + "printedName": "visitPackedUInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedUInt64Field5value11fieldNumberySays0F0VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt32Field", + "printedName": "visitPackedSInt32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSInt64Field", + "printedName": "visitPackedSInt64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE22visitPackedSInt64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed32Field", + "printedName": "visitPackedFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt32]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed32Field5value11fieldNumberySays6UInt32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedFixed64Field", + "printedName": "visitPackedFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt64]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitPackedFixed64Field5value11fieldNumberySays6UInt64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed32Field", + "printedName": "visitPackedSFixed32Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int32]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed32Field5value11fieldNumberySays5Int32VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedSFixed64Field", + "printedName": "visitPackedSFixed64Field(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int64]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE24visitPackedSFixed64Field5value11fieldNumberySays5Int64VG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedBoolField", + "printedName": "visitPackedBoolField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedBoolField5value11fieldNumberySaySbG_SitKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitPackedEnumField", + "printedName": "visitPackedEnumField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_1_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitPackedEnumField5value11fieldNumberySayqd__G_SitKAA0F0Rd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Enum>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitSingularGroupField", + "printedName": "visitSingularGroupField(value:fieldNumber:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE23visitSingularGroupField5value11fieldNumberyqd___SitKAA7MessageRd__lF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftProtobuf.Visitor, τ_1_0 : SwiftProtobuf.Message>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFieldsAsMessageSet", + "printedName": "visitExtensionFieldsAsMessageSet(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE32visitExtensionFieldsAsMessageSet6fields5start3endyAA0e10FieldValueI0V_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "visitExtensionFields", + "printedName": "visitExtensionFields(fields:start:end:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExtensionFieldValueSet", + "printedName": "SwiftProtobuf.ExtensionFieldValueSet", + "usr": "s:13SwiftProtobuf22ExtensionFieldValueSetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "mangledName": "$s13SwiftProtobuf7VisitorPAAE20visitExtensionFields6fields5start3endyAA0E13FieldValueSetV_S2itKF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + } + ], + "declKind": "Protocol", + "usr": "s:13SwiftProtobuf7VisitorP", + "mangledName": "$s13SwiftProtobuf7VisitorP", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_DoubleValue", + "printedName": "Google_Protobuf_DoubleValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV5valueSdvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueVyACSdcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV12floatLiteralACSd_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_DoubleValue", + "printedName": "SwiftProtobuf.Google_Protobuf_DoubleValue", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_DoubleValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_DoubleValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_FloatValue", + "printedName": "Google_Protobuf_FloatValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV5valueSfvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueVyACSfcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(floatLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV12floatLiteralACSf_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_FloatValue", + "printedName": "SwiftProtobuf.Google_Protobuf_FloatValue", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_FloatValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_FloatValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int64Value", + "printedName": "Google_Protobuf_Int64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int64Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt64Value", + "printedName": "Google_Protobuf_UInt64Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt64Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt64Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt64ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt64ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_Int32Value", + "printedName": "Google_Protobuf_Int32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_Int32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_Int32Value", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_Int32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_Int32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_UInt32Value", + "printedName": "Google_Protobuf_UInt32Value", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0Vvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV5values0D0VvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueVyACs0D0Vcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV14integerLiteralACs0D0V_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_UInt32Value", + "printedName": "SwiftProtobuf.Google_Protobuf_UInt32Value", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_UInt32ValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_UInt32ValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BoolValue", + "printedName": "Google_Protobuf_BoolValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV5valueSbvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueVyACSbcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(booleanLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV14booleanLiteralACSb_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BoolValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BoolValue", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B10_BoolValueV", + "mangledName": "$s13SwiftProtobuf07Google_B10_BoolValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByBooleanLiteral", + "printedName": "ExpressibleByBooleanLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "BooleanLiteralType", + "printedName": "BooleanLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:s27ExpressibleByBooleanLiteralP", + "mangledName": "$ss27ExpressibleByBooleanLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_StringValue", + "printedName": "Google_Protobuf_StringValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV5valueSSvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueVyACSScfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(extendedGraphemeClusterLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV30extendedGraphemeClusterLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(unicodeScalarLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV20unicodeScalarLiteralACSS_tcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_StringValue", + "printedName": "SwiftProtobuf.Google_Protobuf_StringValue", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B12_StringValueV", + "mangledName": "$s13SwiftProtobuf07Google_B12_StringValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Google_Protobuf_BytesValue", + "printedName": "Google_Protobuf_BytesValue", + "children": [ + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV5value10Foundation4DataVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "unknownFields", + "printedName": "unknownFields", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvp", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UnknownStorage", + "printedName": "SwiftProtobuf.UnknownStorage", + "usr": "s:13SwiftProtobuf14UnknownStorageV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvs", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13unknownFieldsAA14UnknownStorageVvM", + "moduleName": "SwiftProtobuf", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVACycfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueVyAC10Foundation4DataVcfc", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "protoMessageName", + "printedName": "protoMessageName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV16protoMessageNameSSvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "_protobuf_nameMap", + "printedName": "_protobuf_nameMap", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvpZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_NameMap", + "printedName": "SwiftProtobuf._NameMap", + "usr": "s:13SwiftProtobuf8_NameMapV" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV17_protobuf_nameMapAA05_NameH0VvgZ", + "moduleName": "SwiftProtobuf", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "decodeMessage", + "printedName": "decodeMessage(decoder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Decoder>", + "sugared_genericSig": "", + "declAttributes": [ + "Mutating", + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "Mutating" + }, + { + "kind": "Function", + "name": "traverse", + "printedName": "traverse(visitor:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0", + "paramValueOwnership": "InOut" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV8traverse7visitoryxz_tKAA7VisitorRzlF", + "moduleName": "SwiftProtobuf", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftProtobuf.Visitor>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + }, + { + "kind": "TypeNominal", + "name": "Google_Protobuf_BytesValue", + "printedName": "SwiftProtobuf.Google_Protobuf_BytesValue", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV" + } + ], + "declKind": "Func", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV2eeoiySbAC_ACtFZ", + "moduleName": "SwiftProtobuf", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivp", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV04hashE0Sivg", + "moduleName": "SwiftProtobuf", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:13SwiftProtobuf07Google_B11_BytesValueV", + "mangledName": "$s13SwiftProtobuf07Google_B11_BytesValueV", + "moduleName": "SwiftProtobuf", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Message", + "printedName": "Message", + "usr": "s:13SwiftProtobuf7MessageP", + "mangledName": "$s13SwiftProtobuf7MessageP" + }, + { + "kind": "Conformance", + "name": "_MessageImplementationBase", + "printedName": "_MessageImplementationBase", + "usr": "s:13SwiftProtobuf26_MessageImplementationBaseP", + "mangledName": "$s13SwiftProtobuf26_MessageImplementationBaseP" + }, + { + "kind": "Conformance", + "name": "_ProtoNameProviding", + "printedName": "_ProtoNameProviding", + "usr": "s:13SwiftProtobuf19_ProtoNameProvidingP", + "mangledName": "$s13SwiftProtobuf19_ProtoNameProvidingP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7762, + "length": 6, + "value": "\".Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7859, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 7876, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "StringLiteral", + "offset": 7892, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8668, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 8759, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "IntegerLiteral", + "offset": 9315, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/any.pb.swift", + "kind": "BooleanLiteral", + "offset": 9711, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1032, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1762, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 2506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 2877, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 3944, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 4455, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 5522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 6452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 9765, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10078, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "IntegerLiteral", + "offset": 11040, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 12897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 14825, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 15201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16012, + "length": 4, + "value": "\"{}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 16104, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 16815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17364, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 17494, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "BooleanLiteral", + "offset": 18483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/AnyMessageStorage.swift", + "kind": "StringLiteral", + "offset": 18607, + "length": 7, + "value": "\"@type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3545, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 3644, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 5445, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6230, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 6408, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "Array", + "offset": 6507, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10332, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10550, + "length": 6, + "value": "\".Api\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10643, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10672, + "length": 9, + "value": "\"methods\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10688, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10704, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10720, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10736, + "length": 9, + "value": "\"version\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10752, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10772, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10795, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10811, + "length": 8, + "value": "\"mixins\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 10842, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11357, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11442, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11527, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11611, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 11787, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12489, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12607, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12724, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 12963, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13078, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13313, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13362, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13411, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 13647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13861, + "length": 9, + "value": "\".Method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13957, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 13970, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 13990, + "length": 18, + "value": "\"request_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14015, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14035, + "length": 19, + "value": "\"request_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14081, + "length": 19, + "value": "\"response_type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14107, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14127, + "length": 20, + "value": "\"response_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14154, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14170, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14186, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 14202, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14717, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14808, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 14991, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15083, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15168, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15456, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15628, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15720, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15853, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 15895, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 15988, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16106, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 16221, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16543, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16726, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16773, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 16852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17065, + "length": 8, + "value": "\".Mixin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17144, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17160, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17173, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "StringLiteral", + "offset": 17189, + "length": 6, + "value": "\"root\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17702, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 17990, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "IntegerLiteral", + "offset": 18101, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18291, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18395, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/api.pb.swift", + "kind": "BooleanLiteral", + "offset": 18413, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1313, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3010, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 61, + "value": "\"Somehow BinaryDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3788, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4887, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5033, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5090, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5129, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5183, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5192, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5326, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5415, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5459, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5522, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5531, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5564, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5724, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5761, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5799, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5834, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5896, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6025, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6072, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6081, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6113, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6155, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6194, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6264, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6405, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6440, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6591, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6600, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6632, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6790, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7622, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7857, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8391, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 8607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9251, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9504, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 9789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 10005, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10159, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10494, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10784, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11071, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 11142, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11600, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12199, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 12549, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12999, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 13991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14440, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14722, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15221, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 15292, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15713, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16084, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16737, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 16808, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17634, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17914, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18191, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18963, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19068, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19277, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19382, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20013, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20204, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20564, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 20879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21195, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21703, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 21956, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22268, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22756, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 22999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23189, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23442, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 23755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24051, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24174, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24679, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 24941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25179, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25200, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25534, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 25920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25960, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 26658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 27708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 27918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 28222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28351, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 28766, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29144, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 29522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 29607, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "Array", + "offset": 30277, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 30934, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31365, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 31636, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 31915, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 32141, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 32420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 33591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 34977, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 35868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 36644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37053, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 37576, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 38627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 39533, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 40115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42554, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 42928, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 44769, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 44930, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 45266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 46077, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 47387, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47829, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 47990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48781, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48868, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 48895, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 49244, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50156, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50243, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 50270, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51196, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51390, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51410, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51427, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51562, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51595, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "BooleanLiteral", + "offset": 51612, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51656, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51842, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51876, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51910, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 51918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52047, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 52634, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53581, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53761, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 53799, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54036, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54216, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54254, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 54904, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecoder.swift", + "kind": "IntegerLiteral", + "offset": 55839, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1707, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 2372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 2960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 5103, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 6974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7246, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7781, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7786, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 7921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8144, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8325, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 8503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9773, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "BooleanLiteral", + "offset": 9783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9841, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9867, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9875, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9917, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryDelimited.swift", + "kind": "IntegerLiteral", + "offset": 9934, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2277, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2312, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2344, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 2783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 3691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5884, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9393, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12027, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 14990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 15435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 16912, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17268, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 17898, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18579, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 18660, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19301, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 19385, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingSizeVisitor.swift", + "kind": "IntegerLiteral", + "offset": 20096, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3420, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7287, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9460, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9464, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10318, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10392, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 10622, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11383, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11811, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11893, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12036, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/BinaryEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12111, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3762, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3797, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3842, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 3887, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4105, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4137, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4181, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 4271, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 4837, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6097, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6215, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6377, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6489, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6556, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6625, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 6696, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 12701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 13080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 14932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 15906, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 16167, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 18308, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 19941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 20471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 22238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 25566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 28315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30070, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30098, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30126, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30183, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30243, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30270, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30299, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30328, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30359, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30388, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30418, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30446, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30478, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30510, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30540, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30678, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30706, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30763, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30791, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30821, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30851, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30878, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30907, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30935, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30966, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 30995, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31025, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31053, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31085, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31117, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31147, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31177, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31511, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31542, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31714, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31745, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 31776, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 34577, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35253, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 35399, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 36477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 37761, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 39408, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42152, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 42653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 45788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 46337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 47271, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 49699, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50204, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 50719, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51222, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 51964, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 52533, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58860, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 58891, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59063, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 59097, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 60606, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 61343, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 62108, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 63390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 64345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 65465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 67505, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 70972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 71551, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72254, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 72734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 73278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76084, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76253, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76711, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76742, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76883, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76914, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 76945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77515, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 77787, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78746, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78833, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78871, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78909, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78946, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 78988, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79028, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79223, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79270, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79348, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79386, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79423, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79465, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79505, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 79544, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 82904, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 83571, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 84201, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 85001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 86121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 87106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 88153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 88637, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 90020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 90497, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 91357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 92815, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93581, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93734, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93770, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 93803, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 95008, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 95686, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 96571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 98850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103143, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103174, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103351, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103382, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103419, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103741, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103768, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 103962, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104328, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 104905, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105115, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105448, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105476, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 105691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 107474, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 114958, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116335, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 116726, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 119599, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120491, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 120962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 121628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 122211, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123584, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123612, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123758, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 123816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 127995, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128155, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128171, + "length": 17, + "value": "\"EDITION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128211, + "length": 21, + "value": "\"EDITION_1_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128239, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128255, + "length": 21, + "value": "\"EDITION_2_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128283, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128302, + "length": 14, + "value": "\"EDITION_2023\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128323, + "length": 5, + "value": "99997" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128343, + "length": 25, + "value": "\"EDITION_99997_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128375, + "length": 5, + "value": "99998" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128395, + "length": 25, + "value": "\"EDITION_99998_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128427, + "length": 5, + "value": "99999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128447, + "length": 25, + "value": "\"EDITION_99999_TEST_ONLY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128695, + "length": 20, + "value": "\".FileDescriptorSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 128786, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 128802, + "length": 6, + "value": "\"file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 128937, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129365, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 129655, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 129948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130175, + "length": 22, + "value": "\".FileDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130284, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130313, + "length": 9, + "value": "\"package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130329, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130345, + "length": 12, + "value": "\"dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130364, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130385, + "length": 19, + "value": "\"public_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130411, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130432, + "length": 17, + "value": "\"weak_dependency\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130456, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130476, + "length": 14, + "value": "\"message_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130497, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130517, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130535, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130551, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130567, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130583, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130601, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130617, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130633, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130653, + "length": 18, + "value": "\"source_code_info\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130678, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130695, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130710, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130727, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 130743, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 130764, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 130975, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131053, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131197, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 131215, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131725, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131810, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131897, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 131986, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132072, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132157, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132246, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132332, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132425, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132518, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132609, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132694, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 132780, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133612, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133738, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 133976, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134102, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134215, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134339, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134477, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134608, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134720, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134837, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 134956, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135474, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135525, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135574, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135631, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135747, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135906, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135967, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 135985, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136208, + "length": 18, + "value": "\".DescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136313, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136342, + "length": 7, + "value": "\"field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136356, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136372, + "length": 11, + "value": "\"extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136390, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136410, + "length": 13, + "value": "\"nested_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136430, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136450, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136468, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136488, + "length": 17, + "value": "\"extension_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136512, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136532, + "length": 12, + "value": "\"oneof_decl\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136551, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136567, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136583, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136603, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 136626, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 136647, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136792, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136916, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 136978, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137057, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137121, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 137291, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138256, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138609, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 138697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139416, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139511, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139604, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139703, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139797, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139889, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 139983, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140081, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 140909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141185, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141333, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141471, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141594, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141736, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 141882, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 142025, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142562, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142634, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142778, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 142932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143180, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143582, + "length": 17, + "value": "\".ExtensionRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143670, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143686, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143700, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143716, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 143728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 143744, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143851, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 143869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144297, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144379, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 144459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145157, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 145274, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145522, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145565, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 145695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 145963, + "length": 16, + "value": "\".ReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146050, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146066, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146080, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 146096, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 146609, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147190, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 147669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 147898, + "length": 24, + "value": "\".ExtensionRangeOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 147993, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148015, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148060, + "length": 13, + "value": "\"declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148080, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148097, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148114, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 148130, + "length": 14, + "value": "\"verification\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148401, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 148419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148847, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 148936, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149024, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149112, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149211, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149218, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 149933, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150048, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150166, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150313, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150408, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 150419, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150673, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150844, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 150905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151000, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 151018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151203, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151219, + "length": 13, + "value": "\"DECLARATION\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151255, + "length": 12, + "value": "\"UNVERIFIED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151543, + "length": 14, + "value": "\".Declaration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151644, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151659, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151679, + "length": 11, + "value": "\"full_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151697, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151713, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151726, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151742, + "length": 10, + "value": "\"reserved\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 151759, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 151775, + "length": 10, + "value": "\"repeated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152380, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152462, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 152546, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153132, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153249, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153362, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153477, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 153592, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153848, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153946, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 153999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154359, + "length": 23, + "value": "\".FieldDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154469, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154482, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154498, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154513, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154529, + "length": 7, + "value": "\"label\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154543, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154559, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154572, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154592, + "length": 11, + "value": "\"type_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154610, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154626, + "length": 10, + "value": "\"extendee\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154643, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154663, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154685, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154705, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154725, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154746, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154764, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154780, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 154796, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 154817, + "length": 17, + "value": "\"proto3_optional\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154932, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 154950, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155378, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155460, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155546, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155629, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155710, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155790, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155876, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 155966, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156052, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156139, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156226, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 156935, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157049, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157161, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157272, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157389, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157510, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157627, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157745, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157862, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 157984, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158211, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158352, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158458, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158576, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158680, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 158824, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 158999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159015, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159035, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159051, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159070, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159086, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159105, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159121, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159141, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159157, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159176, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159192, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159213, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159229, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159250, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159266, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159284, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159300, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159320, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159337, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159356, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159373, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159394, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159411, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159430, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159447, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159467, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159484, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159502, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159519, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159558, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159580, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159597, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159617, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159634, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159817, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159833, + "length": 16, + "value": "\"LABEL_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159856, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159872, + "length": 16, + "value": "\"LABEL_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 159895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 159911, + "length": 16, + "value": "\"LABEL_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160153, + "length": 23, + "value": "\".OneofDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160247, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160263, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160276, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 160292, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 160417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 160927, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161514, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 161631, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161908, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161969, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 161987, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162214, + "length": 22, + "value": "\".EnumDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162307, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162323, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162336, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162352, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162366, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162382, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162398, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162418, + "length": 16, + "value": "\"reserved_range\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 162441, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 162461, + "length": 15, + "value": "\"reserved_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162650, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 162668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163178, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163261, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163347, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 163438, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164028, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164146, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164259, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 164520, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164740, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164785, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164836, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164897, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 164956, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 165035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165315, + "length": 20, + "value": "\".EnumReservedRange\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165422, + "length": 7, + "value": "\"start\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165436, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 165452, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165883, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 165965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 166657, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 166962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167273, + "length": 27, + "value": "\".EnumValueDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167387, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167400, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167416, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 167431, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 167447, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167554, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 167572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168082, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168165, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168866, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 168983, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169217, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169626, + "length": 25, + "value": "\".ServiceDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169722, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169738, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169751, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169767, + "length": 8, + "value": "\"method\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 169782, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 169798, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 169982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 170000, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 170594, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171301, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 171414, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 171821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172050, + "length": 24, + "value": "\".MethodDescriptorProto\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172161, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172174, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172194, + "length": 12, + "value": "\"input_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172213, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172233, + "length": 13, + "value": "\"output_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172253, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172269, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172285, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172305, + "length": 18, + "value": "\"client_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172330, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 172350, + "length": 18, + "value": "\"server_streaming\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172466, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 172484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 172994, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173081, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173169, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173255, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173346, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 173938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174056, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174175, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174414, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 174536, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174764, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174927, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 174994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 175140, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175359, + "length": 14, + "value": "\".FileOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175444, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175464, + "length": 14, + "value": "\"java_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175485, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175505, + "length": 22, + "value": "\"java_outer_classname\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175534, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175555, + "length": 21, + "value": "\"java_multiple_files\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175583, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175604, + "length": 31, + "value": "\"java_generate_equals_and_hash\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175642, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175663, + "length": 24, + "value": "\"java_string_check_utf8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175694, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175714, + "length": 14, + "value": "\"optimize_for\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175735, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175756, + "length": 12, + "value": "\"go_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175775, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175796, + "length": 21, + "value": "\"cc_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175824, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175845, + "length": 23, + "value": "\"java_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175875, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175896, + "length": 21, + "value": "\"py_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175924, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175945, + "length": 22, + "value": "\"php_generic_services\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 175974, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 175991, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176010, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176031, + "length": 18, + "value": "\"cc_enable_arenas\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176056, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176077, + "length": 19, + "value": "\"objc_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176103, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176124, + "length": 18, + "value": "\"csharp_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176149, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176170, + "length": 14, + "value": "\"swift_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176191, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176212, + "length": 18, + "value": "\"php_class_prefix\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176237, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176258, + "length": 15, + "value": "\"php_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176280, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176301, + "length": 24, + "value": "\"php_metadata_namespace\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176332, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176353, + "length": 14, + "value": "\"ruby_package\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176374, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176391, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 176408, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 176430, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 177438, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 178934, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179173, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 179193, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179829, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 179931, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180024, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180124, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180218, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180318, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180420, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180520, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180628, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180721, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180823, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 180920, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181020, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181120, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181216, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181315, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181412, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181513, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181618, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181714, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181808, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181914, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 181921, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182853, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 182981, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183115, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183244, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183379, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183516, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183651, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183794, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 183922, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184059, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184191, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184326, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184461, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184592, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184726, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184858, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 184994, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185134, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185265, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185394, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185557, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185656, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 185667, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186323, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186847, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 186935, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187025, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187181, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187425, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187507, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187679, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187939, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 187987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188149, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 188167, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188337, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188353, + "length": 7, + "value": "\"SPEED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188367, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188383, + "length": 11, + "value": "\"CODE_SIZE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188401, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188417, + "length": 14, + "value": "\"LITE_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188651, + "length": 17, + "value": "\".MessageOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188759, + "length": 25, + "value": "\"message_set_wire_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188791, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188811, + "length": 33, + "value": "\"no_standard_descriptor_accessor\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188851, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188867, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188886, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188906, + "length": 11, + "value": "\"map_entry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188924, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 188945, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 188992, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189009, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 189048, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189237, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 189345, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189773, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 189973, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190059, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190143, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190254, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190342, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190441, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 190448, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191288, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191405, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191520, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191661, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191780, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 191927, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192022, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 192033, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192427, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192585, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192772, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192867, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 192885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193105, + "length": 15, + "value": "\".FieldOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193207, + "length": 7, + "value": "\"ctype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193221, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193237, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193252, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193268, + "length": 8, + "value": "\"jstype\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193283, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193299, + "length": 6, + "value": "\"lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193312, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193333, + "length": 17, + "value": "\"unverified_lazy\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193357, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193373, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193392, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193409, + "length": 6, + "value": "\"weak\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193422, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193443, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193464, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193481, + "length": 11, + "value": "\"retention\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193499, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193516, + "length": 9, + "value": "\"targets\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193532, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193553, + "length": 18, + "value": "\"edition_defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193578, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193595, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 193612, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 193634, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194145, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194222, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "Array", + "offset": 194348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195249, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 195508, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196136, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196224, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196316, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196402, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196490, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196577, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196674, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196768, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196860, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 196950, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197051, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197145, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197251, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 197258, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198169, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198296, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198417, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198540, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198661, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198793, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 198922, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199049, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199185, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199336, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199461, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199624, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199723, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 199734, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200268, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200334, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200614, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200830, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 200984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201146, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201308, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 201326, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201506, + "length": 8, + "value": "\"STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201537, + "length": 6, + "value": "\"CORD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201550, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201566, + "length": 14, + "value": "\"STRING_PIECE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201743, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201759, + "length": 11, + "value": "\"JS_NORMAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201793, + "length": 11, + "value": "\"JS_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 201811, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 201827, + "length": 11, + "value": "\"JS_NUMBER\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202010, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202026, + "length": 19, + "value": "\"RETENTION_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202068, + "length": 19, + "value": "\"RETENTION_RUNTIME\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202094, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202110, + "length": 18, + "value": "\"RETENTION_SOURCE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202301, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202317, + "length": 21, + "value": "\"TARGET_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202345, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202361, + "length": 18, + "value": "\"TARGET_TYPE_FILE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202386, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202402, + "length": 29, + "value": "\"TARGET_TYPE_EXTENSION_RANGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202438, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202454, + "length": 21, + "value": "\"TARGET_TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202482, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202498, + "length": 19, + "value": "\"TARGET_TYPE_FIELD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202524, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202540, + "length": 19, + "value": "\"TARGET_TYPE_ONEOF\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202566, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202582, + "length": 18, + "value": "\"TARGET_TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202607, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202623, + "length": 24, + "value": "\"TARGET_TYPE_ENUM_ENTRY\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202654, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202670, + "length": 21, + "value": "\"TARGET_TYPE_SERVICE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 202698, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202714, + "length": 20, + "value": "\"TARGET_TYPE_METHOD\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 202995, + "length": 17, + "value": "\".EditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203099, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203115, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203135, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 203172, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203690, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 203773, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204478, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 204596, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 204948, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205009, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205027, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205247, + "length": 15, + "value": "\".OneofOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205349, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 205366, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 205388, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205514, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 205685, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206113, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206200, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206299, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 206306, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207000, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207146, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207241, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 207252, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207602, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207697, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 207715, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 207934, + "length": 14, + "value": "\".EnumOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208019, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208039, + "length": 13, + "value": "\"allow_alias\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208059, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208075, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208094, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208114, + "length": 40, + "value": "\"deprecated_legacy_json_field_conflicts\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208161, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208177, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208194, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 208216, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208495, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 208513, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 208941, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209027, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209113, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209223, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209310, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209409, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 209416, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210108, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210225, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210366, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210484, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210630, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210725, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 210736, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 210954, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211169, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211640, + "length": 19, + "value": "\".EnumValueOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211746, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211781, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211798, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211818, + "length": 14, + "value": "\"debug_redact\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 211839, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 211861, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 211987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 212158, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212672, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212759, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212846, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212945, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 212952, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213649, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213767, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 213885, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214031, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214126, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 214137, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214418, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214477, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 214724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 214946, + "length": 17, + "value": "\".ServiceOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215034, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215051, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215068, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215085, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215104, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 215126, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215252, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215315, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 215423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215851, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 215938, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216026, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216125, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216132, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216827, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 216946, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217093, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217188, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 217199, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217476, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217705, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 217723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 217944, + "length": 16, + "value": "\".MethodOptions\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218031, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218048, + "length": 12, + "value": "\"deprecated\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218067, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218088, + "length": 19, + "value": "\"idempotency_level\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218114, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218131, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218148, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 218170, + "length": 22, + "value": "\"uninterpreted_option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 218467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218895, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 218982, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219075, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219163, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219262, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219269, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 219963, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220087, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220206, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220353, + "length": 3, + "value": "999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220448, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 220459, + "length": 9, + "value": "536870912" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220681, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220876, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 220937, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 221050, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221242, + "length": 21, + "value": "\"IDEMPOTENCY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221286, + "length": 17, + "value": "\"NO_SIDE_EFFECTS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221310, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221326, + "length": 12, + "value": "\"IDEMPOTENT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221563, + "length": 22, + "value": "\".UninterpretedOption\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221656, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221672, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221685, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221705, + "length": 18, + "value": "\"identifier_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221730, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221750, + "length": 20, + "value": "\"positive_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221777, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221797, + "length": 20, + "value": "\"negative_int_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221824, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221844, + "length": 14, + "value": "\"double_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221865, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221885, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 221906, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 221926, + "length": 17, + "value": "\"aggregate_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 222072, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222500, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222582, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222675, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222769, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222862, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 222951, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223039, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223635, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223755, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 223880, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224004, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224124, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224243, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 224366, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224724, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 224976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225037, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225055, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225326, + "length": 11, + "value": "\".NamePart\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225408, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225428, + "length": 11, + "value": "\"name_part\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 225446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 225466, + "length": 14, + "value": "\"is_extension\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 225625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226139, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 226849, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227237, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227455, + "length": 13, + "value": "\".FeatureSet\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227559, + "length": 16, + "value": "\"field_presence\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227602, + "length": 11, + "value": "\"enum_type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227620, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227640, + "length": 25, + "value": "\"repeated_field_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227672, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227692, + "length": 18, + "value": "\"message_encoding\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 227717, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 227737, + "length": 13, + "value": "\"json_format\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 227872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228473, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228570, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228661, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228747, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228754, + "length": 4, + "value": "1002" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228760, + "length": 4, + "value": "9995" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 228767, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229457, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229572, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229700, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229822, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 229939, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230036, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230047, + "length": 5, + "value": "10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230464, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230521, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 230695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230865, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230881, + "length": 24, + "value": "\"FIELD_PRESENCE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230912, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230928, + "length": 10, + "value": "\"EXPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230945, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230961, + "length": 10, + "value": "\"IMPLICIT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 230978, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 230994, + "length": 17, + "value": "\"LEGACY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231190, + "length": 19, + "value": "\"ENUM_TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231232, + "length": 6, + "value": "\"OPEN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231245, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231261, + "length": 8, + "value": "\"CLOSED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231461, + "length": 33, + "value": "\"REPEATED_FIELD_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231517, + "length": 8, + "value": "\"PACKED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231548, + "length": 10, + "value": "\"EXPANDED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231744, + "length": 26, + "value": "\"MESSAGE_ENCODING_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231793, + "length": 17, + "value": "\"LENGTH_PREFIXED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 231817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 231833, + "length": 11, + "value": "\"DELIMITED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232025, + "length": 21, + "value": "\"JSON_FORMAT_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232069, + "length": 7, + "value": "\"ALLOW\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232083, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232099, + "length": 20, + "value": "\"LEGACY_BEST_EFFORT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232343, + "length": 21, + "value": "\".FeatureSetDefaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232451, + "length": 10, + "value": "\"defaults\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232468, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232488, + "length": 17, + "value": "\"minimum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232512, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232532, + "length": 17, + "value": "\"maximum_edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232556, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232576, + "length": 22, + "value": "\"minimum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 232605, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 232625, + "length": 22, + "value": "\"maximum_edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 232780, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233208, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233386, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233478, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 233572, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234297, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234420, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234545, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 234670, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234898, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 234963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235538, + "length": 27, + "value": "\".FeatureSetEditionDefault\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235636, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235652, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235668, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235688, + "length": 14, + "value": "\"edition_enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 235709, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 235725, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 235852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236280, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236365, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 236452, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237161, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 237279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237557, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237616, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237730, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 237748, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 237970, + "length": 17, + "value": "\".SourceCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 238074, + "length": 10, + "value": "\"location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 238812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239028, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239089, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 239107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239368, + "length": 11, + "value": "\".Location\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239450, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239466, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239479, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239495, + "length": 6, + "value": "\"span\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239508, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239528, + "length": 18, + "value": "\"leading_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239553, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239573, + "length": 19, + "value": "\"trailing_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 239599, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 239619, + "length": 27, + "value": "\"leading_detached_comments\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240152, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240232, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240325, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 240419, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241019, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241127, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241247, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241372, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 241525, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 241930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242072, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 242090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242315, + "length": 20, + "value": "\".GeneratedCodeInfo\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 242422, + "length": 12, + "value": "\"annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 242860, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243394, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 243473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243742, + "length": 13, + "value": "\".Annotation\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243826, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243842, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243855, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243875, + "length": 13, + "value": "\"source_file\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243911, + "length": 7, + "value": "\"begin\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243925, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243941, + "length": 5, + "value": "\"end\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 243953, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 243969, + "length": 10, + "value": "\"semantic\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244405, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244485, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244573, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244655, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 244735, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245434, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245547, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245658, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 245773, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246013, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246160, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246274, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "BooleanLiteral", + "offset": 246292, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246491, + "length": 6, + "value": "\"NONE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246520, + "length": 5, + "value": "\"SET\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "IntegerLiteral", + "offset": 246532, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/descriptor.pb.swift", + "kind": "StringLiteral", + "offset": 246548, + "length": 7, + "value": "\"ALIAS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1062, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/DoubleParser.swift", + "kind": "IntegerLiteral", + "offset": 1828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5208, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 5989, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6212, + "length": 11, + "value": "\".Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6310, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6326, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "StringLiteral", + "offset": 6342, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 6858, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7147, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "IntegerLiteral", + "offset": 7255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7502, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7563, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/duration.pb.swift", + "kind": "BooleanLiteral", + "offset": 7581, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3378, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "StringLiteral", + "offset": 3598, + "length": 8, + "value": "\".Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/empty.pb.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "BooleanLiteral", + "offset": 1959, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5072, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5130, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 5137, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 5407, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 5612, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6922, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6980, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 7257, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10385, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10443, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 10450, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 10719, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 10923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12277, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12335, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 12342, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 12611, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 12815, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15848, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15906, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 15913, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 16185, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 16392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19441, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19496, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "StringLiteral", + "offset": 19503, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "Array", + "offset": 19910, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFields.swift", + "kind": "IntegerLiteral", + "offset": 20115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1099, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 1384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "IntegerLiteral", + "offset": 1748, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ExtensionFieldValueSet.swift", + "kind": "BooleanLiteral", + "offset": 3147, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "Array", + "offset": 9053, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9626, + "length": 12, + "value": "\".FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 9709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "StringLiteral", + "offset": 9725, + "length": 7, + "value": "\"paths\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10158, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "IntegerLiteral", + "offset": 10449, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10649, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/field_mask.pb.swift", + "kind": "BooleanLiteral", + "offset": 10728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1267, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2198, + "length": 4, + "value": "0x07" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2261, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTag.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 3377, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "FloatLiteral", + "offset": 4519, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 5674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 6823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 7975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 10288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 11444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 12603, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 13767, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 14931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "IntegerLiteral", + "offset": 16100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 17259, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 18422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 19524, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/FieldTypes.swift", + "kind": "BooleanLiteral", + "offset": 20603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 749, + "length": 21, + "value": "\"type.googleapis.com\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Extensions.swift", + "kind": "StringLiteral", + "offset": 6240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 33, + "value": "\"org.swift.protobuf.typeRegistry\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1119, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 1505, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2250, + "length": 21, + "value": "\"google.protobuf.Any\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2301, + "length": 27, + "value": "\"google.protobuf.BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 28, + "value": "\"google.protobuf.BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2429, + "length": 29, + "value": "\"google.protobuf.DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 26, + "value": "\"google.protobuf.Duration\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 23, + "value": "\"google.protobuf.Empty\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2612, + "length": 27, + "value": "\"google.protobuf.FieldMask\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2675, + "length": 28, + "value": "\"google.protobuf.FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2740, + "length": 28, + "value": "\"google.protobuf.Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2805, + "length": 28, + "value": "\"google.protobuf.Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2870, + "length": 27, + "value": "\"google.protobuf.ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 2933, + "length": 29, + "value": "\"google.protobuf.StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3000, + "length": 24, + "value": "\"google.protobuf.Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3057, + "length": 27, + "value": "\"google.protobuf.Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3120, + "length": 29, + "value": "\"google.protobuf.UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3187, + "length": 29, + "value": "\"google.protobuf.UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 23, + "value": "\"google.protobuf.Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 4779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Any+Registry.swift", + "kind": "BooleanLiteral", + "offset": 5278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 771, + "length": 12, + "value": "315576000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 996, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1078, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1149, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1272, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1277, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1282, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1287, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1292, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1297, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1302, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1307, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1312, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1360, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1371, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1857, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2023, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3325, + "length": 19, + "value": "\"-0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3342, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3358, + "length": 27, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3369, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 3383, + "length": 1, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4158, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "StringLiteral", + "offset": 4173, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5967, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Duration+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 6068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1154, + "length": 4, + "value": "0x20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1187, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1438, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1525, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1691, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1722, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1728, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1732, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1738, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1746, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 1750, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2125, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2156, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2195, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2252, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2258, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2262, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2268, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2272, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2276, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2280, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "Array", + "offset": 2633, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 2758, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5759, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5794, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_FieldMask+Extensions.swift", + "kind": "StringLiteral", + "offset": 5801, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1280, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 1516, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_ListValue+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 2033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_NullValue+Extensions.swift", + "kind": "StringLiteral", + "offset": 766, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Struct+Extensions.swift", + "kind": "BooleanLiteral", + "offset": 1826, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 697, + "length": 12, + "value": "-62135596800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 12, + "value": "253402300799" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1308, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1465, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1486, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1507, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1529, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1550, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1574, + "length": 2, + "value": "84" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1598, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1621, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 3, + "value": "528" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2229, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2258, + "length": 5, + "value": "53328" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2349, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2359, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2384, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2409, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2568, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2583, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2627, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2764, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2808, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2964, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3007, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3139, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3166, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3195, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3345, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3356, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3379, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "Array", + "offset": 3769, + "length": 55, + "value": "[0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3862, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3889, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 3982, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 3, + "value": "365" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4142, + "length": 6, + "value": "719527" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4184, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4226, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4231, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4270, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4343, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4384, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4481, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4558, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4657, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4680, + "length": 9, + "value": "100000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4839, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 4891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5080, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5217, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5287, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5315, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5341, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5360, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5529, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5581, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5642, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 5957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6540, + "length": 50, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6557, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6573, + "length": 1, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6589, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6610, + "length": 49, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6626, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6642, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6658, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6752, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6766, + "length": 1, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6780, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 6794, + "length": 1, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7085, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "IntegerLiteral", + "offset": 7103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7572, + "length": 18, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Timestamp+Extensions.swift", + "kind": "StringLiteral", + "offset": 7587, + "length": 1, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3090, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3211, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3216, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Value+Extensions.swift", + "kind": "StringLiteral", + "offset": 3302, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4151, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 4174, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5646, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Google_Protobuf_Wrappers+Extensions.swift", + "kind": "StringLiteral", + "offset": 5655, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 10, + "value": "2166136261" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/HashVisitor.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 8, + "value": "16777619" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1524, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Internal.swift", + "kind": "BooleanLiteral", + "offset": 1886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 710, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1819, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 2476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4339, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 4774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 5256, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 5558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "IntegerLiteral", + "offset": 6704, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7190, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10414, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 11225, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 12029, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15420, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 16872, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 17041, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17244, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 18236, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19448, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "StringLiteral", + "offset": 19617, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19696, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecoder.swift", + "kind": "BooleanLiteral", + "offset": 19820, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 878, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONDecodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 617, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 658, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 743, + "length": 3, + "value": "\"4\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 785, + "length": 3, + "value": "\"5\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 3, + "value": "\"6\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 3, + "value": "\"8\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1039, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1126, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1169, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1218, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1317, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1372, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1428, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1482, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1581, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1625, + "length": 3, + "value": "\"B\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1669, + "length": 3, + "value": "\"C\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1713, + "length": 3, + "value": "\"D\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1757, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1801, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 1933, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4589, + "length": 5, + "value": "\"\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4828, + "length": 5, + "value": "\"\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 4905, + "length": 6, + "value": "\"]\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6183, + "length": 6, + "value": "\"null\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 6627, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7006, + "length": 9, + "value": "\"\"NaN\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7076, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7115, + "length": 15, + "value": "\"\"-Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 7188, + "length": 14, + "value": "\"\"Infinity\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7448, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7491, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7551, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7916, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9894, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 9950, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10268, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10290, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10314, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10336, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10360, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10383, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10407, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10430, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10454, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10477, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10501, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10524, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10572, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10601, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10605, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10611, + "length": 3, + "value": "159" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "StringLiteral", + "offset": 10684, + "length": 7, + "value": "\"\\u00\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10745, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10803, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10831, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10924, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 10959, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11003, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11035, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11078, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11102, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11110, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11146, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11190, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11223, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11268, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11273, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11308, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11351, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11451, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11484, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11529, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11535, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11570, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11615, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11620, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11655, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 11960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12123, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12165, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12248, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12307, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12313, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12373, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12379, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12444, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12814, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12820, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12943, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 12997, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13023, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13052, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13105, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13111, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13167, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13173, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13229, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13234, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13334, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13388, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13394, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13450, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncoder.swift", + "kind": "IntegerLiteral", + "offset": 13456, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 708, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4522, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10186, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 10363, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11661, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11828, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 11909, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 11995, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12285, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12451, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 12540, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 12870, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13037, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 13131, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13198, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 1399, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1577, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 1991, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2260, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 2800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4549, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4781, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONMapEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5181, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 570, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 640, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 717, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 840, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 924, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1009, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1138, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1185, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1425, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1520, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1570, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1613, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1668, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1887, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1942, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 1985, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2029, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2117, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2205, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2293, + "length": 3, + "value": "\"I\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2337, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2381, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2425, + "length": 3, + "value": "\"N\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2469, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2513, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2557, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2601, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2645, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 2689, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2782, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2820, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2848, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2852, + "length": 2, + "value": "97" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2863, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2873, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 2, + "value": "98" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2902, + "length": 2, + "value": "99" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2913, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2923, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2927, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2939, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2949, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2965, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2975, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2979, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 2991, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "Array", + "offset": 3319, + "length": 1203, + "value": "[-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, 62, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, 63, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 5611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5645, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 5683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 6804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 6904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7333, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7337, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7799, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7821, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 7873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 7920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 8029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 8856, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9102, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9524, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9566, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9650, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9708, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9729, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9784, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9938, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9955, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 9991, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10009, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10045, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10144, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10197, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10242, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 10325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11396, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11407, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11571, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 11685, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 12006, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12552, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12563, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12593, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12626, + "length": 6, + "value": "0xE000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12799, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12843, + "length": 6, + "value": "0xDC00" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12881, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 12899, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13426, + "length": 8, + "value": "\"\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13497, + "length": 8, + "value": "\"\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13568, + "length": 8, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13639, + "length": 8, + "value": "\"\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 13710, + "length": 8, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15467, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15494, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 15633, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 15843, + "length": 59, + "value": "\"Somehow JSONDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19489, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19499, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 19643, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 21548, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "FloatLiteral", + "offset": 24051, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 27515, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 28099, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 29623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 31669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33503, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33540, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33582, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33626, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 33673, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 33911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35897, + "length": 5, + "value": "\"NaN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35935, + "length": 5, + "value": "\"Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 35978, + "length": 6, + "value": "\"-Inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36023, + "length": 10, + "value": "\"Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 36071, + "length": 11, + "value": "\"-Infinity\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 36311, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39176, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 39774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 40453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41017, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41033, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 41050, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 41065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 42537, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43358, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "StringLiteral", + "offset": 43426, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46425, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 46447, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 48208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48309, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 48910, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49879, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "IntegerLiteral", + "offset": 49920, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/JSONScanner.swift", + "kind": "BooleanLiteral", + "offset": 50223, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1510, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/MathUtils.swift", + "kind": "IntegerLiteral", + "offset": 1519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 5566, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6385, + "length": 17, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "StringLiteral", + "offset": 6398, + "length": 1, + "value": "\":\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message.swift", + "kind": "BooleanLiteral", + "offset": 8232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 1867, + "length": 10, + "value": "0x7fffffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 4058, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 5332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 6664, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "BooleanLiteral", + "offset": 8225, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+BinaryAdditions.swift", + "kind": "IntegerLiteral", + "offset": 8946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONAdditions.swift", + "kind": "IntegerLiteral", + "offset": 4971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+JSONArrayAdditions.swift", + "kind": "IntegerLiteral", + "offset": 5451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Message+TextFormatAdditions.swift", + "kind": "IntegerLiteral", + "offset": 3932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 1324, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "StringLiteral", + "offset": 5368, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "BooleanLiteral", + "offset": 6275, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7561, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7680, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/NameMap.swift", + "kind": "Dictionary", + "offset": 7910, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1342, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1683, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1798, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 1912, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2026, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2142, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2258, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2490, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2601, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2828, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 2945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3189, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3304, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3536, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 3885, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4117, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4353, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4471, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4702, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5052, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5528, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5641, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5869, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 5984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6098, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6212, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6444, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6560, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6676, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6787, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 6904, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7644, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7776, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7936, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SelectiveVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "BooleanLiteral", + "offset": 2815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3370, + "length": 1, + "value": "\":(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3388, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3456, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3476, + "length": 26, + "value": "\"SimpleExtensionMap(\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/SimpleExtensionMap.swift", + "kind": "StringLiteral", + "offset": 3500, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3406, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 16, + "value": "\".SourceContext\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "StringLiteral", + "offset": 3741, + "length": 11, + "value": "\"file_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4178, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "IntegerLiteral", + "offset": 4478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4692, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/source_context.pb.swift", + "kind": "BooleanLiteral", + "offset": 4771, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "StringLiteral", + "offset": 1308, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1459, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "IntegerLiteral", + "offset": 2771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/StringUtils.swift", + "kind": "BooleanLiteral", + "offset": 3039, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 2916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 3067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Dictionary", + "offset": 4171, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 5271, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 5667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "Array", + "offset": 8813, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9580, + "length": 12, + "value": "\"NULL_VALUE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9804, + "length": 9, + "value": "\".Struct\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 9884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 9900, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10334, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 10812, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11008, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 11087, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11300, + "length": 8, + "value": "\".Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11399, + "length": 12, + "value": "\"null_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11418, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11438, + "length": 14, + "value": "\"number_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11459, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11479, + "length": 14, + "value": "\"string_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11500, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11520, + "length": 12, + "value": "\"bool_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11539, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11559, + "length": 14, + "value": "\"struct_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 11580, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 11600, + "length": 12, + "value": "\"list_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12303, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12553, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 12803, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13047, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 13479, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 13627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14693, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 14881, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15063, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15252, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 15437, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 15734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 15951, + "length": 12, + "value": "\".ListValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "StringLiteral", + "offset": 16050, + "length": 8, + "value": "\"values\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "IntegerLiteral", + "offset": 16780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 16982, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/struct.pb.swift", + "kind": "BooleanLiteral", + "offset": 17061, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2459, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 2796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 3041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3727, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3750, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 3917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4730, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4753, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 6257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7400, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 7590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8720, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 8887, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 9994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 10184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 13575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 14586, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 15600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17266, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17289, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 17456, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 18417, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18701, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 18891, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 19645, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "IntegerLiteral", + "offset": 20368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 21094, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21530, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21537, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21641, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 21650, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22299, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 22489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 23132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23568, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23575, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23679, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 23688, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24349, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 24539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 25156, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25592, + "length": 5, + "value": "\"key\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25599, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25703, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "StringLiteral", + "offset": 25712, + "length": 3, + "value": "\"2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26350, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecoder.swift", + "kind": "BooleanLiteral", + "offset": 26540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatDecodingOptions.swift", + "kind": "IntegerLiteral", + "offset": 910, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 597, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 726, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 975, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1030, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1131, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 1176, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "Array", + "offset": 1426, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 2998, + "length": 4, + "value": "\": \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3301, + "length": 6, + "value": "\" {\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3484, + "length": 5, + "value": "\"}\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 3646, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4072, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4138, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4241, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4467, + "length": 5, + "value": "\"nan\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4533, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4572, + "length": 6, + "value": "\"-inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 4636, + "length": 5, + "value": "\"inf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4875, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4911, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4968, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 4975, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5010, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5066, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5072, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5440, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 5848, + "length": 4, + "value": "\"0x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5913, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 5990, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6061, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6283, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6292, + "length": 7, + "value": "\"false\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6522, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6560, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6584, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6622, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6646, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6685, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6709, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6748, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6772, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6811, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6835, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6874, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6898, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 6937, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 7001, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7026, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7030, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7034, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7174, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7239, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7299, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7324, + "length": 3, + "value": "127" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7420, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7427, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7462, + "length": 4, + "value": "0xc0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7485, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7518, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7541, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7563, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7571, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7607, + "length": 4, + "value": "0xe0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7651, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7684, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7729, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7734, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7769, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7812, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7868, + "length": 4, + "value": "0xf0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7912, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7945, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7990, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 7996, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8031, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8076, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8081, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8116, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8159, + "length": 4, + "value": "0x3f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8463, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8593, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8631, + "length": 5, + "value": "\"\\b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8657, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8695, + "length": 5, + "value": "\"\\t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8721, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8760, + "length": 5, + "value": "\"\\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8786, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8825, + "length": 5, + "value": "\"\\v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8851, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8890, + "length": 5, + "value": "\"\\f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8916, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 8955, + "length": 5, + "value": "\"\\r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 8981, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9020, + "length": 6, + "value": "\"\\\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9047, + "length": 2, + "value": "92" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "StringLiteral", + "offset": 9086, + "length": 6, + "value": "\"\\\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9113, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9118, + "length": 3, + "value": "126" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9329, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9384, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9388, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncoder.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingOptions.swift", + "kind": "BooleanLiteral", + "offset": 724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 617, + "length": 22, + "value": "[(1, \"key\"), (2, \"value\")]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 1870, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 4209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 4558, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 5548, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Array", + "offset": 6043, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 6735, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 7216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 7818, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 8282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 8529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 9625, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 12452, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13842, + "length": 9, + "value": "\"#json: \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "StringLiteral", + "offset": 13928, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "Dictionary", + "offset": 19517, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "BooleanLiteral", + "offset": 21297, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 25574, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26168, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26629, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatEncodingVisitor.swift", + "kind": "IntegerLiteral", + "offset": 26723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 614, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 761, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 887, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 930, + "length": 3, + "value": "\"3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 3, + "value": "\"7\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 3, + "value": "\"9\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 3, + "value": "\":\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1102, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 4, + "value": "\"'\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1381, + "length": 4, + "value": "\"\\\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1432, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1474, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1522, + "length": 3, + "value": "\"_\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1572, + "length": 3, + "value": "\"?\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1615, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1670, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1780, + "length": 3, + "value": "\"{\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1835, + "length": 3, + "value": "\"}\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1889, + "length": 3, + "value": "\"<\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1944, + "length": 3, + "value": "\">\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 1987, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2031, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 3, + "value": "\"A\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 3, + "value": "\"b\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2163, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 3, + "value": "\"E\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2251, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 3, + "value": "\"F\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2339, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2383, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2427, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2471, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2559, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 3, + "value": "\"T\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2647, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2691, + "length": 3, + "value": "\"U\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2735, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2779, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2823, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2867, + "length": 3, + "value": "\"z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 2911, + "length": 3, + "value": "\"Z\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3117, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4077, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4090, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5221, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5242, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5344, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5914, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 5987, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6100, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6107, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6168, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6214, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6241, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6286, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6308, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6316, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6378, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6424, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6452, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6499, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6534, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6601, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6611, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6721, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6749, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6796, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6802, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6879, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6914, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 6959, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 7352, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9780, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 9942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "StringLiteral", + "offset": 10170, + "length": 65, + "value": "\"Somehow TextFormatDecoding unwound more objects than it started\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10564, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 10767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 11507, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13397, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13463, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 13804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 13881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14122, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14447, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14647, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14651, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14859, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 14886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15008, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15261, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15354, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15361, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15455, + "length": 6, + "value": "0xD800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15464, + "length": 6, + "value": "0xDFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15648, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15656, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15728, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15751, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15761, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 15835, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16081, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16167, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16205, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16398, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 16872, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17712, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17732, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 17854, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18090, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18179, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18484, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18599, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18642, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18711, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18877, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18881, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 18950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19010, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19150, + "length": 4, + "value": "0x7f" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19305, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19312, + "length": 5, + "value": "0x7ff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19383, + "length": 4, + "value": "0xC0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19429, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19459, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19504, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19535, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19558, + "length": 5, + "value": "0x800" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19566, + "length": 6, + "value": "0xffff" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19638, + "length": 4, + "value": "0xE0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19684, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19715, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19762, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19767, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19795, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19800, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19845, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19876, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19899, + "length": 7, + "value": "0x10000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19909, + "length": 8, + "value": "0x10FFFF" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 19983, + "length": 4, + "value": "0xF0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20029, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20060, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20107, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20113, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20141, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20146, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20193, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20198, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20226, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20231, + "length": 4, + "value": "0x80" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20276, + "length": 4, + "value": "0x3F" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20307, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20711, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20786, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20886, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20924, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 20984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21027, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21087, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21129, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21189, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21709, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 21752, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 21987, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22040, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22166, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 22547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22573, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 22995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23011, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23228, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23283, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23693, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23808, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 23895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24136, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24258, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24288, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24435, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24598, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 24972, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25093, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25123, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25383, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25469, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25802, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25812, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25941, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 25967, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26329, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26508, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 26710, + "length": 18, + "value": "0x8000000000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 27860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 27959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 28937, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 28966, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29269, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29417, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 29673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 29706, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30643, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30703, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30913, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 30989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31285, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 31816, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32386, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 32723, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 32765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33062, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33099, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33152, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33185, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33337, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33393, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 33973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 33995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 34036, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35345, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 35361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 35962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 36790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37906, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 37959, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 38893, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 39763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40266, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40415, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 40527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41268, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41702, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 41729, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41779, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "BooleanLiteral", + "offset": 41809, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42607, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42929, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TextFormatScanner.swift", + "kind": "IntegerLiteral", + "offset": 42949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7575, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7799, + "length": 12, + "value": "\".Timestamp\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7898, + "length": 9, + "value": "\"seconds\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 7914, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "StringLiteral", + "offset": 7930, + "length": 7, + "value": "\"nanos\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8363, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8446, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8735, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9092, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/timestamp.pb.swift", + "kind": "BooleanLiteral", + "offset": 9171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 592, + "length": 4, + "value": "1440" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 625, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 655, + "length": 5, + "value": "86400" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 689, + "length": 4, + "value": "3600" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 755, + "length": 10, + "value": "1000000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1390, + "length": 7, + "value": "2440588" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1853, + "length": 4, + "value": "1401" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1877, + "length": 6, + "value": "274277" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1885, + "length": 6, + "value": "146097" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1895, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1898, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1918, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1964, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1980, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2014, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2020, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2051, + "length": 3, + "value": "153" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2061, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2089, + "length": 4, + "value": "1461" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2097, + "length": 4, + "value": "4716" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2108, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2121, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2269, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2292, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2318, + "length": 38, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2346, + "length": 7, + "value": "1000000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2355, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2400, + "length": 33, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2432, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 27, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/TimeUtils.swift", + "kind": "StringLiteral", + "offset": 2482, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 2953, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3127, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 3156, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 3905, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4012, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 4100, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5469, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 5912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 6004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 6095, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7761, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7793, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7825, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7890, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7924, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7958, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 7989, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8022, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8055, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8090, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8123, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8157, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8189, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8225, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8261, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8295, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8559, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8592, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8624, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8658, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8692, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8723, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8756, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8788, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8823, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8856, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8890, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8922, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8958, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 8994, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9028, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9062, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9704, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9766, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9957, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 9988, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 10019, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11337, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 11421, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 12660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "Array", + "offset": 12743, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 14941, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15116, + "length": 15, + "value": "\"SYNTAX_PROTO2\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15138, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15154, + "length": 15, + "value": "\"SYNTAX_PROTO3\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15176, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15192, + "length": 17, + "value": "\"SYNTAX_EDITIONS\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15419, + "length": 7, + "value": "\".Type\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15497, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15513, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15526, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15542, + "length": 8, + "value": "\"fields\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15557, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15573, + "length": 8, + "value": "\"oneofs\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15588, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15604, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15620, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15640, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15663, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 15694, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 15710, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16145, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16226, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16310, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16393, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16478, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16570, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 16651, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17238, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17354, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17469, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17587, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17706, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17825, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 17942, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18224, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18273, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18336, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18432, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 18511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18724, + "length": 8, + "value": "\".Field\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18803, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18819, + "length": 6, + "value": "\"kind\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18832, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18848, + "length": 13, + "value": "\"cardinality\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18868, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18884, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18899, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18915, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18928, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18948, + "length": 10, + "value": "\"type_url\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 18965, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 18985, + "length": 13, + "value": "\"oneof_index\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19005, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19021, + "length": 8, + "value": "\"packed\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19036, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19052, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19068, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19089, + "length": 11, + "value": "\"json_name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19107, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 19128, + "length": 15, + "value": "\"default_value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19569, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19648, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19734, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19816, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19897, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 19981, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20067, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20148, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20233, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20319, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20621, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20857, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 20968, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21085, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21120, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21203, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21234, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21434, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21553, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 21681, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 21976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22019, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22068, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22270, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22329, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 22408, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22564, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22580, + "length": 14, + "value": "\"TYPE_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22617, + "length": 13, + "value": "\"TYPE_DOUBLE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22637, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22653, + "length": 12, + "value": "\"TYPE_FLOAT\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22672, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22688, + "length": 12, + "value": "\"TYPE_INT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22707, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22723, + "length": 13, + "value": "\"TYPE_UINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22743, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22759, + "length": 12, + "value": "\"TYPE_INT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22778, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22794, + "length": 14, + "value": "\"TYPE_FIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22815, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22831, + "length": 14, + "value": "\"TYPE_FIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22852, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22868, + "length": 11, + "value": "\"TYPE_BOOL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22886, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22902, + "length": 13, + "value": "\"TYPE_STRING\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22922, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22939, + "length": 12, + "value": "\"TYPE_GROUP\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22958, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 22975, + "length": 14, + "value": "\"TYPE_MESSAGE\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 22996, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23013, + "length": 12, + "value": "\"TYPE_BYTES\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23032, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23049, + "length": 13, + "value": "\"TYPE_UINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23069, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23086, + "length": 11, + "value": "\"TYPE_ENUM\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23104, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23121, + "length": 15, + "value": "\"TYPE_SFIXED32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23143, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23160, + "length": 15, + "value": "\"TYPE_SFIXED64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23182, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23199, + "length": 13, + "value": "\"TYPE_SINT32\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23219, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23236, + "length": 13, + "value": "\"TYPE_SINT64\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23426, + "length": 21, + "value": "\"CARDINALITY_UNKNOWN\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23470, + "length": 22, + "value": "\"CARDINALITY_OPTIONAL\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23499, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23515, + "length": 22, + "value": "\"CARDINALITY_REQUIRED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23544, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23560, + "length": 22, + "value": "\"CARDINALITY_REPEATED\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23792, + "length": 7, + "value": "\".Enum\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23870, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23886, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23899, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23915, + "length": 11, + "value": "\"enumvalue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23933, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23949, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 23965, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 23985, + "length": 16, + "value": "\"source_context\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24008, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24024, + "length": 8, + "value": "\"syntax\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 24055, + "length": 9, + "value": "\"edition\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24571, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24658, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24743, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24835, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 24916, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25503, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25625, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25743, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25862, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 25981, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26098, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26339, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 26626, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26843, + "length": 12, + "value": "\".EnumValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26926, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26942, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26955, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 26971, + "length": 8, + "value": "\"number\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 26986, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 27002, + "length": 9, + "value": "\"options\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27518, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27600, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27892, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 27923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28002, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28120, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28318, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 28493, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28707, + "length": 9, + "value": "\".Option\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28787, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28803, + "length": 6, + "value": "\"name\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 28816, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "StringLiteral", + "offset": 28832, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 29933, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "IntegerLiteral", + "offset": 30044, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30287, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30348, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/type.pb.swift", + "kind": "BooleanLiteral", + "offset": 30366, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 944, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 968, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 999, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1024, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1050, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1080, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1111, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1119, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1136, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 1535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2036, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2100, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2223, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2231, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2246, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2264, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2319, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2337, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2369, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2377, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3183, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3281, + "length": 3, + "value": "128" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3303, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Varint.swift", + "kind": "IntegerLiteral", + "offset": 3324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 682, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 733, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "IntegerLiteral", + "offset": 790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 888, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/Version.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 723, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2209, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2238, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/WireFormat.swift", + "kind": "IntegerLiteral", + "offset": 2268, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3421, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 3898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4375, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 4857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 5816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 6300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8114, + "length": 17, + "value": "\"google.protobuf\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8340, + "length": 14, + "value": "\".DoubleValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8425, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 8441, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 8874, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 9444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9662, + "length": 13, + "value": "\".FloatValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 9746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 9762, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 10480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10743, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 10761, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 10979, + "length": 13, + "value": "\".Int64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11063, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 11079, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11512, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 11797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 11999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 12078, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12297, + "length": 14, + "value": "\".UInt64Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12382, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 12398, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 12831, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13039, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 13401, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13619, + "length": 13, + "value": "\".Int32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 13703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 13719, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14152, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14359, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 14437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14639, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 14718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 14, + "value": "\".UInt32Value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15022, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 15038, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 15758, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 15962, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16258, + "length": 12, + "value": "\".BoolValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 16357, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 16790, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 16996, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17277, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 17356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17575, + "length": 14, + "value": "\".StringValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 17660, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 17676, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18400, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18604, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18665, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 18683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 18901, + "length": 13, + "value": "\".BytesValue\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 18985, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "StringLiteral", + "offset": 19001, + "length": 7, + "value": "\"value\"" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19434, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "IntegerLiteral", + "offset": 19723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19925, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 19986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/wrappers.pb.swift", + "kind": "BooleanLiteral", + "offset": 20004, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 1755, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2285, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/m3g0byt3\/Developer\/wallet-core-tangem-2\/swift\/Pods\/SwiftProtobuf\/Sources\/SwiftProtobuf\/ZigZag.swift", + "kind": "IntegerLiteral", + "offset": 2813, + "length": 1, + "value": "1" + } + ] +} \ No newline at end of file diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..dbfef36 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..8ce18e8 Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..dbfef36 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,3812 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftProtobuf +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Dispatch +import Foundation +import Swift +@_exported import SwiftProtobuf +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +public struct Google_Protobuf_Any { + public var typeURL: Swift.String { + get + set + } + public var value: Foundation.Data { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Any : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Any : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Any, rhs: SwiftProtobuf.Google_Protobuf_Any) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum AnyUnpackError : Swift.Error { + case typeMismatch + case malformedWellKnownTypeJSON + case malformedAnyField + public static func == (a: SwiftProtobuf.AnyUnpackError, b: SwiftProtobuf.AnyUnpackError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Api { + public var name: Swift.String + public var methods: [SwiftProtobuf.Google_Protobuf_Method] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var version: Swift.String + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var mixins: [SwiftProtobuf.Google_Protobuf_Mixin] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Method { + public var name: Swift.String + public var requestTypeURL: Swift.String + public var requestStreaming: Swift.Bool + public var responseTypeURL: Swift.String + public var responseStreaming: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Mixin { + public var name: Swift.String + public var root: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Api : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Method : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Mixin : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Api : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Api, rhs: SwiftProtobuf.Google_Protobuf_Api) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Method : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Method, rhs: SwiftProtobuf.Google_Protobuf_Method) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Mixin : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Mixin, rhs: SwiftProtobuf.Google_Protobuf_Mixin) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum BinaryDecodingError : Swift.Error { + case trailingGarbage + case truncated + case invalidUTF8 + case malformedProtobuf + case missingRequiredFields + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.BinaryDecodingError, b: SwiftProtobuf.BinaryDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct BinaryDecodingOptions { + public var messageDepthLimit: Swift.Int + public var discardUnknownFields: Swift.Bool + public init() +} +public enum BinaryDelimited { + public enum Error : Swift.Error { + case unknownStreamError + case truncated + public static func == (a: SwiftProtobuf.BinaryDelimited.Error, b: SwiftProtobuf.BinaryDelimited.Error) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public static func serialize(message: any SwiftProtobuf.Message, to stream: Foundation.OutputStream, partial: Swift.Bool = false) throws + public static func parse(messageType: M.Type, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws -> M where M : SwiftProtobuf.Message + public static func merge(into message: inout M, from stream: Foundation.InputStream, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where M : SwiftProtobuf.Message +} +public enum BinaryEncodingError : Swift.Error { + case anyTranscodeFailure + case missingRequiredFields + public static func == (a: SwiftProtobuf.BinaryEncodingError, b: SwiftProtobuf.BinaryEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol Decoder { + mutating func handleConflictingOneOf() throws + mutating func nextFieldNumber() throws -> Swift.Int? + mutating func decodeSingularFloatField(value: inout Swift.Float) throws + mutating func decodeSingularFloatField(value: inout Swift.Float?) throws + mutating func decodeRepeatedFloatField(value: inout [Swift.Float]) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double) throws + mutating func decodeSingularDoubleField(value: inout Swift.Double?) throws + mutating func decodeRepeatedDoubleField(value: inout [Swift.Double]) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularUInt32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedUInt32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularUInt64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedUInt64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSInt32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSInt32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSInt64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSInt64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32) throws + mutating func decodeSingularFixed32Field(value: inout Swift.UInt32?) throws + mutating func decodeRepeatedFixed32Field(value: inout [Swift.UInt32]) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64) throws + mutating func decodeSingularFixed64Field(value: inout Swift.UInt64?) throws + mutating func decodeRepeatedFixed64Field(value: inout [Swift.UInt64]) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32) throws + mutating func decodeSingularSFixed32Field(value: inout Swift.Int32?) throws + mutating func decodeRepeatedSFixed32Field(value: inout [Swift.Int32]) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64) throws + mutating func decodeSingularSFixed64Field(value: inout Swift.Int64?) throws + mutating func decodeRepeatedSFixed64Field(value: inout [Swift.Int64]) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool) throws + mutating func decodeSingularBoolField(value: inout Swift.Bool?) throws + mutating func decodeRepeatedBoolField(value: inout [Swift.Bool]) throws + mutating func decodeSingularStringField(value: inout Swift.String) throws + mutating func decodeSingularStringField(value: inout Swift.String?) throws + mutating func decodeRepeatedStringField(value: inout [Swift.String]) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data) throws + mutating func decodeSingularBytesField(value: inout Foundation.Data?) throws + mutating func decodeRepeatedBytesField(value: inout [Foundation.Data]) throws + mutating func decodeSingularEnumField(value: inout E) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularEnumField(value: inout E?) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeRepeatedEnumField(value: inout [E]) throws where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + mutating func decodeSingularMessageField(value: inout M?) throws where M : SwiftProtobuf.Message + mutating func decodeRepeatedMessageField(value: inout [M]) throws where M : SwiftProtobuf.Message + mutating func decodeSingularGroupField(value: inout G?) throws where G : SwiftProtobuf.Message + mutating func decodeRepeatedGroupField(value: inout [G]) throws where G : SwiftProtobuf.Message + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: inout SwiftProtobuf._ProtobufMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: inout SwiftProtobuf._ProtobufEnumMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func decodeMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: inout SwiftProtobuf._ProtobufMessageMap.BaseType) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func decodeExtensionField(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) throws + mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +extension SwiftProtobuf.Decoder { + public mutating func decodeExtensionFieldsAsMessageSet(values: inout SwiftProtobuf.ExtensionFieldValueSet, messageType: any SwiftProtobuf.Message.Type) throws +} +public enum Google_Protobuf_Edition : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case edition2023 + case edition1TestOnly + case edition2TestOnly + case edition99997TestOnly + case edition99998TestOnly + case edition99999TestOnly + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Edition] + public static var allCases: [SwiftProtobuf.Google_Protobuf_Edition] { + get + } +} +public struct Google_Protobuf_FileDescriptorSet { + public var file: [SwiftProtobuf.Google_Protobuf_FileDescriptorProto] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var package: Swift.String { + get + set + } + public var hasPackage: Swift.Bool { + get + } + public mutating func clearPackage() + public var dependency: [Swift.String] + public var publicDependency: [Swift.Int32] + public var weakDependency: [Swift.Int32] + public var messageType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] + public var service: [SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto] + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_FileOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var sourceCodeInfo: SwiftProtobuf.Google_Protobuf_SourceCodeInfo { + get + set + } + public var hasSourceCodeInfo: Swift.Bool { + get + } + public mutating func clearSourceCodeInfo() + public var syntax: Swift.String { + get + set + } + public var hasSyntax: Swift.Bool { + get + } + public mutating func clearSyntax() + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_DescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var field: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var `extension`: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto] { + get + set + } + public var nestedType: [SwiftProtobuf.Google_Protobuf_DescriptorProto] { + get + set + } + public var enumType: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto] { + get + set + } + public var extensionRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange] { + get + set + } + public var oneofDecl: [SwiftProtobuf.Google_Protobuf_OneofDescriptorProto] { + get + set + } + public var options: SwiftProtobuf.Google_Protobuf_MessageOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange] { + get + set + } + public var reservedName: [Swift.String] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct ExtensionRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var options: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public struct ReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.ExtensibleMessage { + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var declaration: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration] + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var verification: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState { + get + set + } + public var hasVerification: Swift.Bool { + get + } + public mutating func clearVerification() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum VerificationState : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case declaration + case unverified + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct Declaration { + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var fullName: Swift.String { + get + set + } + public var hasFullName: Swift.Bool { + get + } + public mutating func clearFullName() + public var type: Swift.String { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var reserved: Swift.Bool { + get + set + } + public var hasReserved: Swift.Bool { + get + } + public mutating func clearReserved() + public var repeated: Swift.Bool { + get + set + } + public var hasRepeated: Swift.Bool { + get + } + public mutating func clearRepeated() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] + public static var allCases: [SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState] { + get + } +} +public struct Google_Protobuf_FieldDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var label: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label { + get + set + } + public var hasLabel: Swift.Bool { + get + } + public mutating func clearLabel() + public var type: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum { + get + set + } + public var hasType: Swift.Bool { + get + } + public mutating func clearType() + public var typeName: Swift.String { + get + set + } + public var hasTypeName: Swift.Bool { + get + } + public mutating func clearTypeName() + public var extendee: Swift.String { + get + set + } + public var hasExtendee: Swift.Bool { + get + } + public mutating func clearExtendee() + public var defaultValue: Swift.String { + get + set + } + public var hasDefaultValue: Swift.Bool { + get + } + public mutating func clearDefaultValue() + public var oneofIndex: Swift.Int32 { + get + set + } + public var hasOneofIndex: Swift.Bool { + get + } + public mutating func clearOneofIndex() + public var jsonName: Swift.String { + get + set + } + public var hasJsonName: Swift.Bool { + get + } + public mutating func clearJsonName() + public var options: SwiftProtobuf.Google_Protobuf_FieldOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var proto3Optional: Swift.Bool { + get + set + } + public var hasProto3Optional: Swift.Bool { + get + } + public mutating func clearProto3Optional() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum TypeEnum : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case double + case float + case int64 + case uint64 + case int32 + case fixed64 + case fixed32 + case bool + case string + case group + case message + case bytes + case uint32 + case `enum` + case sfixed32 + case sfixed64 + case sint32 + case sint64 + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Label : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case optional + case required + case repeated + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label] { + get + } +} +public struct Google_Protobuf_OneofDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var options: SwiftProtobuf.Google_Protobuf_OneofOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var value: [SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_EnumOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var reservedRange: [SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange] + public var reservedName: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct EnumReservedRange { + public var start: Swift.Int32 { + get + set + } + public var hasStart: Swift.Bool { + get + } + public mutating func clearStart() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_EnumValueDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var number: Swift.Int32 { + get + set + } + public var hasNumber: Swift.Bool { + get + } + public mutating func clearNumber() + public var options: SwiftProtobuf.Google_Protobuf_EnumValueOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_ServiceDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var method: [SwiftProtobuf.Google_Protobuf_MethodDescriptorProto] + public var options: SwiftProtobuf.Google_Protobuf_ServiceOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_MethodDescriptorProto { + public var name: Swift.String { + get + set + } + public var hasName: Swift.Bool { + get + } + public mutating func clearName() + public var inputType: Swift.String { + get + set + } + public var hasInputType: Swift.Bool { + get + } + public mutating func clearInputType() + public var outputType: Swift.String { + get + set + } + public var hasOutputType: Swift.Bool { + get + } + public mutating func clearOutputType() + public var options: SwiftProtobuf.Google_Protobuf_MethodOptions { + get + set + } + public var hasOptions: Swift.Bool { + get + } + public mutating func clearOptions() + public var clientStreaming: Swift.Bool { + get + set + } + public var hasClientStreaming: Swift.Bool { + get + } + public mutating func clearClientStreaming() + public var serverStreaming: Swift.Bool { + get + set + } + public var hasServerStreaming: Swift.Bool { + get + } + public mutating func clearServerStreaming() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FileOptions : SwiftProtobuf.ExtensibleMessage { + public var javaPackage: Swift.String { + get + set + } + public var hasJavaPackage: Swift.Bool { + get + } + public mutating func clearJavaPackage() + public var javaOuterClassname: Swift.String { + get + set + } + public var hasJavaOuterClassname: Swift.Bool { + get + } + public mutating func clearJavaOuterClassname() + public var javaMultipleFiles: Swift.Bool { + get + set + } + public var hasJavaMultipleFiles: Swift.Bool { + get + } + public mutating func clearJavaMultipleFiles() + public var javaGenerateEqualsAndHash: Swift.Bool { + get + set + } + public var hasJavaGenerateEqualsAndHash: Swift.Bool { + get + } + public mutating func clearJavaGenerateEqualsAndHash() + public var javaStringCheckUtf8: Swift.Bool { + get + set + } + public var hasJavaStringCheckUtf8: Swift.Bool { + get + } + public mutating func clearJavaStringCheckUtf8() + public var optimizeFor: SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode { + get + set + } + public var hasOptimizeFor: Swift.Bool { + get + } + public mutating func clearOptimizeFor() + public var goPackage: Swift.String { + get + set + } + public var hasGoPackage: Swift.Bool { + get + } + public mutating func clearGoPackage() + public var ccGenericServices: Swift.Bool { + get + set + } + public var hasCcGenericServices: Swift.Bool { + get + } + public mutating func clearCcGenericServices() + public var javaGenericServices: Swift.Bool { + get + set + } + public var hasJavaGenericServices: Swift.Bool { + get + } + public mutating func clearJavaGenericServices() + public var pyGenericServices: Swift.Bool { + get + set + } + public var hasPyGenericServices: Swift.Bool { + get + } + public mutating func clearPyGenericServices() + public var phpGenericServices: Swift.Bool { + get + set + } + public var hasPhpGenericServices: Swift.Bool { + get + } + public mutating func clearPhpGenericServices() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var ccEnableArenas: Swift.Bool { + get + set + } + public var hasCcEnableArenas: Swift.Bool { + get + } + public mutating func clearCcEnableArenas() + public var objcClassPrefix: Swift.String { + get + set + } + public var hasObjcClassPrefix: Swift.Bool { + get + } + public mutating func clearObjcClassPrefix() + public var csharpNamespace: Swift.String { + get + set + } + public var hasCsharpNamespace: Swift.Bool { + get + } + public mutating func clearCsharpNamespace() + public var swiftPrefix: Swift.String { + get + set + } + public var hasSwiftPrefix: Swift.Bool { + get + } + public mutating func clearSwiftPrefix() + public var phpClassPrefix: Swift.String { + get + set + } + public var hasPhpClassPrefix: Swift.Bool { + get + } + public mutating func clearPhpClassPrefix() + public var phpNamespace: Swift.String { + get + set + } + public var hasPhpNamespace: Swift.Bool { + get + } + public mutating func clearPhpNamespace() + public var phpMetadataNamespace: Swift.String { + get + set + } + public var hasPhpMetadataNamespace: Swift.Bool { + get + } + public mutating func clearPhpMetadataNamespace() + public var rubyPackage: Swift.String { + get + set + } + public var hasRubyPackage: Swift.Bool { + get + } + public mutating func clearRubyPackage() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OptimizeMode : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case speed + case codeSize + case liteRuntime + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode] { + get + } +} +public struct Google_Protobuf_MessageOptions : SwiftProtobuf.ExtensibleMessage { + public var messageSetWireFormat: Swift.Bool { + get + set + } + public var hasMessageSetWireFormat: Swift.Bool { + get + } + public mutating func clearMessageSetWireFormat() + public var noStandardDescriptorAccessor: Swift.Bool { + get + set + } + public var hasNoStandardDescriptorAccessor: Swift.Bool { + get + } + public mutating func clearNoStandardDescriptorAccessor() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var mapEntry: Swift.Bool { + get + set + } + public var hasMapEntry: Swift.Bool { + get + } + public mutating func clearMapEntry() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_FieldOptions : SwiftProtobuf.ExtensibleMessage { + public var ctype: SwiftProtobuf.Google_Protobuf_FieldOptions.CType { + get + set + } + public var hasCtype: Swift.Bool { + get + } + public mutating func clearCtype() + public var packed: Swift.Bool { + get + set + } + public var hasPacked: Swift.Bool { + get + } + public mutating func clearPacked() + public var jstype: SwiftProtobuf.Google_Protobuf_FieldOptions.JSType { + get + set + } + public var hasJstype: Swift.Bool { + get + } + public mutating func clearJstype() + public var lazy: Swift.Bool { + get + set + } + public var hasLazy: Swift.Bool { + get + } + public mutating func clearLazy() + public var unverifiedLazy: Swift.Bool { + get + set + } + public var hasUnverifiedLazy: Swift.Bool { + get + } + public mutating func clearUnverifiedLazy() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var weak: Swift.Bool { + get + set + } + public var hasWeak: Swift.Bool { + get + } + public mutating func clearWeak() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var retention: SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention { + get + set + } + public var hasRetention: Swift.Bool { + get + } + public mutating func clearRetention() + public var targets: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + set + } + public var editionDefaults: [SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault] { + get + set + } + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum CType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case string + case cord + case stringPiece + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JSType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case jsNormal + case jsString + case jsNumber + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionRetention : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case retentionUnknown + case retentionRuntime + case retentionSource + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum OptionTargetType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case targetTypeUnknown + case targetTypeFile + case targetTypeExtensionRange + case targetTypeMessage + case targetTypeField + case targetTypeOneof + case targetTypeEnum + case targetTypeEnumEntry + case targetTypeService + case targetTypeMethod + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public struct EditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var value: Swift.String { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.CType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.JSType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType] { + get + } +} +public struct Google_Protobuf_OneofOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumOptions : SwiftProtobuf.ExtensibleMessage { + public var allowAlias: Swift.Bool { + get + set + } + public var hasAllowAlias: Swift.Bool { + get + } + public mutating func clearAllowAlias() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var deprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + set + } + public var hasDeprecatedLegacyJsonFieldConflicts: Swift.Bool { + get + } + public mutating func clearDeprecatedLegacyJsonFieldConflicts() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_EnumValueOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var debugRedact: Swift.Bool { + get + set + } + public var hasDebugRedact: Swift.Bool { + get + } + public mutating func clearDebugRedact() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_ServiceOptions : SwiftProtobuf.ExtensibleMessage { + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +public struct Google_Protobuf_MethodOptions : SwiftProtobuf.ExtensibleMessage { + public var deprecated: Swift.Bool { + get + set + } + public var hasDeprecated: Swift.Bool { + get + } + public mutating func clearDeprecated() + public var idempotencyLevel: SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel { + get + set + } + public var hasIdempotencyLevel: Swift.Bool { + get + } + public mutating func clearIdempotencyLevel() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var uninterpretedOption: [SwiftProtobuf.Google_Protobuf_UninterpretedOption] + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum IdempotencyLevel : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case idempotencyUnknown + case noSideEffects + case idempotent + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] + public static var allCases: [SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel] { + get + } +} +public struct Google_Protobuf_UninterpretedOption { + public var name: [SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart] + public var identifierValue: Swift.String { + get + set + } + public var hasIdentifierValue: Swift.Bool { + get + } + public mutating func clearIdentifierValue() + public var positiveIntValue: Swift.UInt64 { + get + set + } + public var hasPositiveIntValue: Swift.Bool { + get + } + public mutating func clearPositiveIntValue() + public var negativeIntValue: Swift.Int64 { + get + set + } + public var hasNegativeIntValue: Swift.Bool { + get + } + public mutating func clearNegativeIntValue() + public var doubleValue: Swift.Double { + get + set + } + public var hasDoubleValue: Swift.Bool { + get + } + public mutating func clearDoubleValue() + public var stringValue: Foundation.Data { + get + set + } + public var hasStringValue: Swift.Bool { + get + } + public mutating func clearStringValue() + public var aggregateValue: Swift.String { + get + set + } + public var hasAggregateValue: Swift.Bool { + get + } + public mutating func clearAggregateValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct NamePart { + public var namePart: Swift.String { + get + set + } + public var hasNamePart: Swift.Bool { + get + } + public mutating func clearNamePart() + public var isExtension: Swift.Bool { + get + set + } + public var hasIsExtension: Swift.Bool { + get + } + public mutating func clearIsExtension() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_FeatureSet : SwiftProtobuf.ExtensibleMessage { + public var fieldPresence: SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence { + get + set + } + public var hasFieldPresence: Swift.Bool { + get + } + public mutating func clearFieldPresence() + public var enumType: SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType { + get + set + } + public var hasEnumType: Swift.Bool { + get + } + public mutating func clearEnumType() + public var repeatedFieldEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding { + get + set + } + public var hasRepeatedFieldEncoding: Swift.Bool { + get + } + public mutating func clearRepeatedFieldEncoding() + public var messageEncoding: SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding { + get + set + } + public var hasMessageEncoding: Swift.Bool { + get + } + public mutating func clearMessageEncoding() + public var jsonFormat: SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat { + get + set + } + public var hasJsonFormat: Swift.Bool { + get + } + public mutating func clearJsonFormat() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum FieldPresence : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case explicit + case implicit + case legacyRequired + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum EnumType : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case open + case closed + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum RepeatedFieldEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case packed + case expanded + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum MessageEncoding : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case lengthPrefixed + case delimited + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum JsonFormat : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case allow + case legacyBestEffort + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + public var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] + public static var allCases: [SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat] { + get + } +} +public struct Google_Protobuf_FeatureSetDefaults { + public var defaults: [SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault] + public var minimumEdition: Swift.String { + get + set + } + public var hasMinimumEdition: Swift.Bool { + get + } + public mutating func clearMinimumEdition() + public var maximumEdition: Swift.String { + get + set + } + public var hasMaximumEdition: Swift.Bool { + get + } + public mutating func clearMaximumEdition() + public var minimumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMinimumEditionEnum: Swift.Bool { + get + } + public mutating func clearMinimumEditionEnum() + public var maximumEditionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasMaximumEditionEnum: Swift.Bool { + get + } + public mutating func clearMaximumEditionEnum() + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct FeatureSetEditionDefault { + public var edition: Swift.String { + get + set + } + public var hasEdition: Swift.Bool { + get + } + public mutating func clearEdition() + public var editionEnum: SwiftProtobuf.Google_Protobuf_Edition { + get + set + } + public var hasEditionEnum: Swift.Bool { + get + } + public mutating func clearEditionEnum() + public var features: SwiftProtobuf.Google_Protobuf_FeatureSet { + get + set + } + public var hasFeatures: Swift.Bool { + get + } + public mutating func clearFeatures() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_SourceCodeInfo { + public var location: [SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Location { + public var path: [Swift.Int32] + public var span: [Swift.Int32] + public var leadingComments: Swift.String { + get + set + } + public var hasLeadingComments: Swift.Bool { + get + } + public mutating func clearLeadingComments() + public var trailingComments: Swift.String { + get + set + } + public var hasTrailingComments: Swift.Bool { + get + } + public mutating func clearTrailingComments() + public var leadingDetachedComments: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() + } + public init() +} +public struct Google_Protobuf_GeneratedCodeInfo { + public var annotation: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation] + public var unknownFields: SwiftProtobuf.UnknownStorage + public struct Annotation { + public var path: [Swift.Int32] + public var sourceFile: Swift.String { + get + set + } + public var hasSourceFile: Swift.Bool { + get + } + public mutating func clearSourceFile() + public var begin: Swift.Int32 { + get + set + } + public var hasBegin: Swift.Bool { + get + } + public mutating func clearBegin() + public var end: Swift.Int32 { + get + set + } + public var hasEnd: Swift.Bool { + get + } + public mutating func clearEnd() + public var semantic: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic { + get + set + } + public var hasSemantic: Swift.Bool { + get + } + public mutating func clearSemantic() + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Semantic : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case none + case set + case alias + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : Swift.CaseIterable { + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] + public static var allCases: [SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic] { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Edition : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Edition : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FileDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ExtensionRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange, rhs: SwiftProtobuf.Google_Protobuf_DescriptorProto.ReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.VerificationState : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration, rhs: SwiftProtobuf.Google_Protobuf_ExtensionRangeOptions.Declaration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_FieldDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.TypeEnum : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldDescriptorProto.Label : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_OneofDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_OneofDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: SwiftProtobuf.Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_EnumValueDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_ServiceDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodDescriptorProto : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto, rhs: SwiftProtobuf.Google_Protobuf_MethodDescriptorProto) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FileOptions, rhs: SwiftProtobuf.Google_Protobuf_FileOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FileOptions.OptimizeMode : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_MessageOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MessageOptions, rhs: SwiftProtobuf.Google_Protobuf_MessageOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.CType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.JSType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionRetention : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.OptionTargetType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FieldOptions.EditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_OneofOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_OneofOptions, rhs: SwiftProtobuf.Google_Protobuf_OneofOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValueOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions, rhs: SwiftProtobuf.Google_Protobuf_EnumValueOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ServiceOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ServiceOptions, rhs: SwiftProtobuf.Google_Protobuf_ServiceOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_MethodOptions, rhs: SwiftProtobuf.Google_Protobuf_MethodOptions) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_MethodOptions.IdempotencyLevel : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart, rhs: SwiftProtobuf.Google_Protobuf_UninterpretedOption.NamePart) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSet, rhs: SwiftProtobuf.Google_Protobuf_FeatureSet) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.FieldPresence : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.EnumType : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.RepeatedFieldEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.MessageEncoding : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSet.JsonFormat : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public var isInitialized: Swift.Bool { + get + } + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: SwiftProtobuf.Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location, rhs: SwiftProtobuf.Google_Protobuf_SourceCodeInfo.Location) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +public struct Google_Protobuf_Duration { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Duration : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Duration : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct Google_Protobuf_Empty { + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Empty : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Empty : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Empty, rhs: SwiftProtobuf.Google_Protobuf_Empty) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol Enum : Swift.Hashable, Swift.RawRepresentable { + init() + init?(rawValue: Swift.Int) + var rawValue: Swift.Int { get } +} +extension SwiftProtobuf.Enum { + public func hash(into hasher: inout Swift.Hasher) +} +public protocol ExtensibleMessage : SwiftProtobuf.Message { + var _protobuf_extensionFieldValues: SwiftProtobuf.ExtensionFieldValueSet { get set } +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, value: F.ValueType) where F : SwiftProtobuf.ExtensionField + public func getExtensionValue(ext: SwiftProtobuf.MessageExtension) -> F.ValueType? where F : SwiftProtobuf.ExtensionField + public func hasExtensionValue(ext: SwiftProtobuf.MessageExtension) -> Swift.Bool where F : SwiftProtobuf.ExtensionField + public mutating func clearExtensionValue(ext: SwiftProtobuf.MessageExtension) where F : SwiftProtobuf.ExtensionField +} +extension SwiftProtobuf.ExtensibleMessage { + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [T.BaseType]) where T : SwiftProtobuf.FieldType + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [E]) where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Equatable, M : SwiftProtobuf.Message + public mutating func setExtensionValue(ext: SwiftProtobuf.MessageExtension, Self>, value: [M]) where M : Swift.Hashable, M : SwiftProtobuf.Message +} +public protocol AnyExtensionField : Swift.CustomDebugStringConvertible { + func hash(into hasher: inout Swift.Hasher) + var protobufExtension: any SwiftProtobuf.AnyMessageExtension { get } + func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + mutating func decodeExtensionField(decoder: inout T) throws where T : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + var isInitialized: Swift.Bool { get } +} +extension SwiftProtobuf.AnyExtensionField { + public var isInitialized: Swift.Bool { + get + } +} +public protocol ExtensionField : Swift.Hashable, SwiftProtobuf.AnyExtensionField { + associatedtype ValueType + var value: Self.ValueType { get set } + init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: Self.ValueType) + init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder +} +public struct OptionalExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = SwiftProtobuf.OptionalExtensionField.BaseType + public var value: SwiftProtobuf.OptionalExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalExtensionField, rhs: SwiftProtobuf.OptionalExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.RepeatedExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedExtensionField, rhs: SwiftProtobuf.RepeatedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedExtensionField : SwiftProtobuf.ExtensionField where T : SwiftProtobuf.FieldType { + public typealias BaseType = T.BaseType + public typealias ValueType = [SwiftProtobuf.PackedExtensionField.BaseType] + public var value: SwiftProtobuf.PackedExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedExtensionField, rhs: SwiftProtobuf.PackedExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = E + public var value: SwiftProtobuf.OptionalEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalEnumExtensionField, rhs: SwiftProtobuf.OptionalEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalEnumExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedEnumExtensionField, rhs: SwiftProtobuf.RepeatedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct PackedEnumExtensionField : SwiftProtobuf.ExtensionField where E : SwiftProtobuf.Enum, E.RawValue == Swift.Int { + public typealias BaseType = E + public typealias ValueType = [E] + public var value: SwiftProtobuf.PackedEnumExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.PackedEnumExtensionField, rhs: SwiftProtobuf.PackedEnumExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.PackedEnumExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var hashValue: Swift.Int { + get + } +} +public struct OptionalMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = SwiftProtobuf.OptionalMessageExtensionField.BaseType + public var value: SwiftProtobuf.OptionalMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalMessageExtensionField, rhs: SwiftProtobuf.OptionalMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalMessageExtensionField.ValueType) + public var debugDescription: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedMessageExtensionField : SwiftProtobuf.ExtensionField where M : Swift.Equatable, M : SwiftProtobuf.Message { + public typealias BaseType = M + public typealias ValueType = [SwiftProtobuf.RepeatedMessageExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedMessageExtensionField, rhs: SwiftProtobuf.RepeatedMessageExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedMessageExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public var debugDescription: Swift.String { + get + } + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct OptionalGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = SwiftProtobuf.OptionalGroupExtensionField.BaseType + public var value: G + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.OptionalGroupExtensionField, rhs: SwiftProtobuf.OptionalGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.OptionalGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct RepeatedGroupExtensionField : SwiftProtobuf.ExtensionField where G : Swift.Hashable, G : SwiftProtobuf.Message { + public typealias BaseType = G + public typealias ValueType = [SwiftProtobuf.RepeatedGroupExtensionField.BaseType] + public var value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType + public var protobufExtension: any SwiftProtobuf.AnyMessageExtension + public static func == (lhs: SwiftProtobuf.RepeatedGroupExtensionField, rhs: SwiftProtobuf.RepeatedGroupExtensionField) -> Swift.Bool + public init(protobufExtension: any SwiftProtobuf.AnyMessageExtension, value: SwiftProtobuf.RepeatedGroupExtensionField.ValueType) + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public func isEqual(other: any SwiftProtobuf.AnyExtensionField) -> Swift.Bool + public mutating func decodeExtensionField(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public init?(protobufExtension: any SwiftProtobuf.AnyMessageExtension, decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public struct ExtensionFieldValueSet : Swift.Hashable { + public static func == (lhs: SwiftProtobuf.ExtensionFieldValueSet, rhs: SwiftProtobuf.ExtensionFieldValueSet) -> Swift.Bool + public init() + public func hash(into hasher: inout Swift.Hasher) + public func traverse(visitor: inout V, start: Swift.Int, end: Swift.Int) throws where V : SwiftProtobuf.Visitor + public subscript(index: Swift.Int) -> (any SwiftProtobuf.AnyExtensionField)? { + get + set + } + public var isInitialized: Swift.Bool { + get + } + public var hashValue: Swift.Int { + get + } +} +public protocol ExtensionMap { + subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { get } + func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? +} +public struct Google_Protobuf_FieldMask { + public var paths: [Swift.String] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FieldMask : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FieldMask, rhs: SwiftProtobuf.Google_Protobuf_FieldMask) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public protocol FieldType { + associatedtype BaseType : Swift.Hashable + static var proto3DefaultValue: Self.BaseType { get } + static func decodeSingular(value: inout Self.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func decodeRepeated(value: inout [Self.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + static func visitSingular(value: Self.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitRepeated(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + static func visitPacked(value: [Self.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public protocol MapKeyType : SwiftProtobuf.FieldType { + static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +extension SwiftProtobuf.MapKeyType where Self.BaseType : Swift.Comparable { + public static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Swift.Bool +} +public protocol MapValueType : SwiftProtobuf.FieldType { +} +public struct ProtobufFloat : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Float + public static var proto3DefaultValue: Swift.Float { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFloat.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFloat.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFloat.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFloat.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufDouble : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Double + public static var proto3DefaultValue: Swift.Double { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufDouble.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufDouble.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufDouble.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufDouble.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufUInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufUInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufUInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufUInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufUInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSInt64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSInt64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSInt64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSInt64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSInt64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt32 + public static var proto3DefaultValue: Swift.UInt32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.UInt64 + public static var proto3DefaultValue: Swift.UInt64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed32 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int32 + public static var proto3DefaultValue: Swift.Int32 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed32.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed32.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufSFixed64 : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Int64 + public static var proto3DefaultValue: Swift.Int64 { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufSFixed64.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufSFixed64.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBool : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.Bool + public static var proto3DefaultValue: Swift.Bool { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBool.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBool.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBool.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBool.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func _lessThan(lhs: SwiftProtobuf.ProtobufBool.BaseType, rhs: SwiftProtobuf.ProtobufBool.BaseType) -> Swift.Bool +} +public struct ProtobufString : SwiftProtobuf.FieldType, SwiftProtobuf.MapKeyType, SwiftProtobuf.MapValueType { + public typealias BaseType = Swift.String + public static var proto3DefaultValue: Swift.String { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufString.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufString.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufString.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufString.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public struct ProtobufBytes : SwiftProtobuf.FieldType, SwiftProtobuf.MapValueType { + public typealias BaseType = Foundation.Data + public static var proto3DefaultValue: Foundation.Data { + get + } + public static func decodeSingular(value: inout SwiftProtobuf.ProtobufBytes.BaseType?, from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func decodeRepeated(value: inout [SwiftProtobuf.ProtobufBytes.BaseType], from decoder: inout D) throws where D : SwiftProtobuf.Decoder + public static func visitSingular(value: SwiftProtobuf.ProtobufBytes.BaseType, fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitRepeated(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func visitPacked(value: [SwiftProtobuf.ProtobufBytes.BaseType], fieldNumber: Swift.Int, with visitor: inout V) throws where V : SwiftProtobuf.Visitor +} +public let defaultAnyTypeURLPrefix: Swift.String +extension SwiftProtobuf.Google_Protobuf_Any { + public init(message: any SwiftProtobuf.Message, partial: Swift.Bool = false, typePrefix: Swift.String = defaultAnyTypeURLPrefix) throws + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public func isA(_ type: M.Type) -> Swift.Bool where M : SwiftProtobuf.Message + public func hash(into hasher: inout Swift.Hasher) +} +extension SwiftProtobuf.Google_Protobuf_Any { + @discardableResult + public static func register(messageType: any SwiftProtobuf.Message.Type) -> Swift.Bool + public static func messageType(forTypeURL url: Swift.String) -> (any SwiftProtobuf.Message.Type)? + public static func messageType(forMessageName name: Swift.String) -> (any SwiftProtobuf.Message.Type)? +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Duration : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Duration { + public init(timeInterval: Foundation.TimeInterval) + public var timeInterval: Foundation.TimeInterval { + get + } +} +prefix public func - (operand: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Duration +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Duration +extension SwiftProtobuf.Google_Protobuf_FieldMask { + public init(protoPaths: [Swift.String]) + public init(protoPaths: Swift.String...) + public init?(jsonPaths: Swift.String...) +} +extension SwiftProtobuf.Google_Protobuf_ListValue : Swift.ExpressibleByArrayLiteral { + public typealias Element = SwiftProtobuf.Google_Protobuf_Value + public init(arrayLiteral elements: SwiftProtobuf.Google_Protobuf_ListValue.Element...) + public typealias ArrayLiteralElement = SwiftProtobuf.Google_Protobuf_ListValue.Element +} +extension SwiftProtobuf.Google_Protobuf_ListValue { + public init(values: [SwiftProtobuf.Google_Protobuf_Value]) + public subscript(index: Swift.Int) -> SwiftProtobuf.Google_Protobuf_Value { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Struct : Swift.ExpressibleByDictionaryLiteral { + public typealias Key = Swift.String + public typealias Value = SwiftProtobuf.Google_Protobuf_Value + public init(dictionaryLiteral: (Swift.String, SwiftProtobuf.Google_Protobuf_Value)...) +} +extension SwiftProtobuf.Google_Protobuf_Struct { + public init(fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value]) + public subscript(key: Swift.String) -> SwiftProtobuf.Google_Protobuf_Value? { + get + set(newValue) + } +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(seconds: Swift.Int64 = 0, nanos: Swift.Int32 = 0) +} +extension SwiftProtobuf.Google_Protobuf_Timestamp { + public init(timeIntervalSince1970: Foundation.TimeInterval) + public init(timeIntervalSinceReferenceDate: Foundation.TimeInterval) + public init(date: Foundation.Date) + public var timeIntervalSince1970: Foundation.TimeInterval { + get + } + public var timeIntervalSinceReferenceDate: Foundation.TimeInterval { + get + } + public var date: Foundation.Date { + get + } +} +public func + (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func + (lhs: SwiftProtobuf.Google_Protobuf_Duration, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> SwiftProtobuf.Google_Protobuf_Timestamp +public func - (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Duration) -> SwiftProtobuf.Google_Protobuf_Timestamp +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByIntegerLiteral { + public typealias IntegerLiteralType = Swift.Int64 + public init(integerLiteral value: Swift.Int64) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByFloatLiteral { + public typealias FloatLiteralType = Swift.Double + public init(floatLiteral value: Swift.Double) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByBooleanLiteral { + public typealias BooleanLiteralType = Swift.Bool + public init(booleanLiteral value: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByStringLiteral { + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(stringLiteral value: Swift.String) + public init(unicodeScalarLiteral value: Swift.String) + public init(extendedGraphemeClusterLiteral value: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_Value : Swift.ExpressibleByNilLiteral { + public init(nilLiteral: ()) +} +extension SwiftProtobuf.Google_Protobuf_Value { + public init(numberValue: Swift.Double) + public init(stringValue: Swift.String) + public init(boolValue: Swift.Bool) + public init(structValue: SwiftProtobuf.Google_Protobuf_Struct) + public init(listValue: SwiftProtobuf.Google_Protobuf_ListValue) +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufDouble + public typealias FloatLiteralType = SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_DoubleValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_DoubleValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : Swift.ExpressibleByFloatLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufFloat + public typealias FloatLiteralType = Swift.Float + public init(_ value: SwiftProtobuf.Google_Protobuf_FloatValue.WrappedType.BaseType) + public init(floatLiteral: SwiftProtobuf.Google_Protobuf_FloatValue.FloatLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt64 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt64Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt64Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_Int32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_Int32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : Swift.ExpressibleByIntegerLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufUInt32 + public typealias IntegerLiteralType = SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType + public init(_ value: SwiftProtobuf.Google_Protobuf_UInt32Value.WrappedType.BaseType) + public init(integerLiteral: SwiftProtobuf.Google_Protobuf_UInt32Value.IntegerLiteralType) +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : Swift.ExpressibleByBooleanLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufBool + public typealias BooleanLiteralType = Swift.Bool + public init(_ value: SwiftProtobuf.Google_Protobuf_BoolValue.WrappedType.BaseType) + public init(booleanLiteral: Swift.Bool) +} +extension SwiftProtobuf.Google_Protobuf_StringValue : Swift.ExpressibleByStringLiteral { + public typealias WrappedType = SwiftProtobuf.ProtobufString + public typealias StringLiteralType = Swift.String + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public init(_ value: SwiftProtobuf.Google_Protobuf_StringValue.WrappedType.BaseType) + public init(stringLiteral: Swift.String) + public init(extendedGraphemeClusterLiteral: Swift.String) + public init(unicodeScalarLiteral: Swift.String) +} +extension SwiftProtobuf.Google_Protobuf_BytesValue { + public typealias WrappedType = SwiftProtobuf.ProtobufBytes + public init(_ value: SwiftProtobuf.Google_Protobuf_BytesValue.WrappedType.BaseType) +} +public enum Internal { + public static let emptyData: Foundation.Data + public static func areAllInitialized(_ listOfMessages: [any SwiftProtobuf.Message]) -> Swift.Bool + public static func areAllInitialized(_ mapToMessages: [K : any SwiftProtobuf.Message]) -> Swift.Bool where K : Swift.Hashable +} +public enum JSONDecodingError : Swift.Error { + case failure + case malformedNumber + case numberRange + case malformedMap + case malformedBool + case malformedString + case invalidUTF8 + case missingFieldNames + case schemaMismatch + case unrecognizedEnumValue + case illegalNull + case unquotedMapKey + case leadingZero + case truncated + case malformedDuration + case malformedTimestamp + case malformedFieldMask + case trailingGarbage + case conflictingOneOf + case messageDepthLimit + case unknownField(Swift.String) +} +public struct JSONDecodingOptions { + public var messageDepthLimit: Swift.Int + public var ignoreUnknownFields: Swift.Bool + public init() +} +public enum JSONEncodingError : Swift.Error { + case anyTranscodeFailure + case timestampRange + case durationRange + case fieldMaskConversion + case missingFieldNames + case missingValue + case valueNumberNotFinite + public static func == (a: SwiftProtobuf.JSONEncodingError, b: SwiftProtobuf.JSONEncodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct JSONEncodingOptions { + public var alwaysPrintEnumsAsInts: Swift.Bool + public var preserveProtoFieldNames: Swift.Bool + public init() +} +public protocol Message : Swift.CustomDebugStringConvertible { + init() + static var protoMessageName: Swift.String { get } + var isInitialized: Swift.Bool { get } + var unknownFields: SwiftProtobuf.UnknownStorage { get set } + mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + func hash(into hasher: inout Swift.Hasher) + func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public var isInitialized: Swift.Bool { + get + } + public func hash(into hasher: inout Swift.Hasher) + public var debugDescription: Swift.String { + get + } + public static func with(_ populator: (inout Self) throws -> ()) rethrows -> Self +} +public protocol _MessageImplementationBase : Swift.Hashable, SwiftProtobuf.Message { + func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf._MessageImplementationBase { + public func isEqualTo(message: any SwiftProtobuf.Message) -> Swift.Bool + public static func == (lhs: Self, rhs: Self) -> Swift.Bool + public func _protobuf_generated_isEqualTo(other: Self) -> Swift.Bool +} +extension SwiftProtobuf.Message { + public init(unpackingAny: SwiftProtobuf.Google_Protobuf_Any, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public func serializedData(partial: Swift.Bool = false) throws -> Foundation.Data + @inlinable public init(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + self.init() + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public init(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + self.init() + try merge(contiguousBytes: bytes, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(serializedData data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws { + try merge(contiguousBytes: data, extensions: extensions, partial: partial, options: options) + } + @inlinable public mutating func merge(contiguousBytes bytes: Bytes, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, partial: Swift.Bool = false, options: SwiftProtobuf.BinaryDecodingOptions = BinaryDecodingOptions()) throws where Bytes : Foundation.ContiguousBytes { + try bytes.withUnsafeBytes { (body: UnsafeRawBufferPointer) in + try _merge(rawBuffer: body, extensions: extensions, partial: partial, options: options) + } + } + @usableFromInline + internal mutating func _merge(rawBuffer body: Swift.UnsafeRawBufferPointer, extensions: (any SwiftProtobuf.ExtensionMap)?, partial: Swift.Bool, options: SwiftProtobuf.BinaryDecodingOptions) throws +} +extension SwiftProtobuf.Message { + public func jsonString(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String + public func jsonUTF8Data(options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data + public init(jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws + public init(jsonUTF8Data: Foundation.Data, extensions: (any SwiftProtobuf.ExtensionMap)? = nil, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws +} +extension SwiftProtobuf.Message { + public static func jsonString(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Swift.String where Self == C.Element, C : Swift.Collection + public static func jsonUTF8Data(from collection: C, options: SwiftProtobuf.JSONEncodingOptions = JSONEncodingOptions()) throws -> Foundation.Data where Self == C.Element, C : Swift.Collection + public static func array(fromJSONString jsonString: Swift.String, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONString jsonString: Swift.String, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] + public static func array(fromJSONUTF8Data jsonUTF8Data: Foundation.Data, extensions: any SwiftProtobuf.ExtensionMap = SimpleExtensionMap(), options: SwiftProtobuf.JSONDecodingOptions = JSONDecodingOptions()) throws -> [Self] +} +extension SwiftProtobuf.Message { + public func textFormatString() -> Swift.String + public func textFormatString(options: SwiftProtobuf.TextFormatEncodingOptions) -> Swift.String + public init(textFormatString: Swift.String, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws + public init(textFormatString: Swift.String, options: SwiftProtobuf.TextFormatDecodingOptions, extensions: (any SwiftProtobuf.ExtensionMap)? = nil) throws +} +public protocol AnyMessageExtension { + var fieldNumber: Swift.Int { get } + var fieldName: Swift.String { get } + var messageType: any SwiftProtobuf.Message.Type { get } + func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder +} +public class MessageExtension : SwiftProtobuf.AnyMessageExtension where FieldType : SwiftProtobuf.ExtensionField, MessageType : SwiftProtobuf.Message { + final public let fieldNumber: Swift.Int + final public let fieldName: Swift.String + final public let messageType: any SwiftProtobuf.Message.Type + public init(_protobuf_fieldNumber: Swift.Int, fieldName: Swift.String) + public func _protobuf_newField(decoder: inout D) throws -> (any SwiftProtobuf.AnyExtensionField)? where D : SwiftProtobuf.Decoder + @objc deinit +} +public struct _NameMap : Swift.ExpressibleByDictionaryLiteral { + public enum NameDescription { + case same(proto: Swift.StaticString) + case standard(proto: Swift.StaticString) + case unique(proto: Swift.StaticString, json: Swift.StaticString) + case aliased(proto: Swift.StaticString, aliases: [Swift.StaticString]) + } + public init() + public init(dictionaryLiteral elements: (Swift.Int, SwiftProtobuf._NameMap.NameDescription)...) + public typealias Key = Swift.Int + public typealias Value = SwiftProtobuf._NameMap.NameDescription +} +public protocol ProtobufAPIVersion_2 { +} +public protocol ProtobufAPIVersionCheck { + associatedtype Version : SwiftProtobuf.ProtobufAPIVersion_2 +} +public struct _ProtobufMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.FieldType { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType.BaseType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMap.Value> +} +public struct _ProtobufMessageMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufMessageMap.Value> +} +public struct _ProtobufEnumMap where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum { + public typealias Key = KeyType.BaseType + public typealias Value = ValueType + public typealias BaseType = Swift.Dictionary.Key, SwiftProtobuf._ProtobufEnumMap.Value> +} +public protocol _ProtoNameProviding { + static var _protobuf_nameMap: SwiftProtobuf._NameMap { get } +} +public struct SimpleExtensionMap : SwiftProtobuf.ExtensionMap, Swift.ExpressibleByArrayLiteral, Swift.CustomDebugStringConvertible { + public typealias Element = SwiftProtobuf.AnyMessageExtension + public init() + public init(arrayLiteral: any SwiftProtobuf.AnyMessageExtension...) + public init(_ others: SwiftProtobuf.SimpleExtensionMap...) + public subscript(messageType: any SwiftProtobuf.Message.Type, fieldNumber: Swift.Int) -> (any SwiftProtobuf.AnyMessageExtension)? { + get + } + public func fieldNumberForProto(messageType: any SwiftProtobuf.Message.Type, protoFieldName: Swift.String) -> Swift.Int? + public mutating func insert(_ newValue: any SwiftProtobuf.AnyMessageExtension) + public mutating func insert(contentsOf: [any SwiftProtobuf.AnyMessageExtension]) + public mutating func formUnion(_ other: SwiftProtobuf.SimpleExtensionMap) + public func union(_ other: SwiftProtobuf.SimpleExtensionMap) -> SwiftProtobuf.SimpleExtensionMap + public var debugDescription: Swift.String { + get + } + public typealias ArrayLiteralElement = any SwiftProtobuf.AnyMessageExtension +} +public struct Google_Protobuf_SourceContext { + public var fileName: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_SourceContext : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_SourceContext, rhs: SwiftProtobuf.Google_Protobuf_SourceContext) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_NullValue : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case nullValue + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_NullValue : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_NullValue] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_NullValue] +} +public struct Google_Protobuf_Struct { + public var fields: [Swift.String : SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Value { + public var kind: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind? + public var nullValue: SwiftProtobuf.Google_Protobuf_NullValue { + get + set + } + public var numberValue: Swift.Double { + get + set + } + public var stringValue: Swift.String { + get + set + } + public var boolValue: Swift.Bool { + get + set + } + public var structValue: SwiftProtobuf.Google_Protobuf_Struct { + get + set + } + public var listValue: SwiftProtobuf.Google_Protobuf_ListValue { + get + set + } + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum OneOf_Kind : Swift.Equatable { + case nullValue(SwiftProtobuf.Google_Protobuf_NullValue) + case numberValue(Swift.Double) + case stringValue(Swift.String) + case boolValue(Swift.Bool) + case structValue(SwiftProtobuf.Google_Protobuf_Struct) + case listValue(SwiftProtobuf.Google_Protobuf_ListValue) + public static func == (a: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind, b: SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind) -> Swift.Bool + } + public init() +} +public struct Google_Protobuf_ListValue { + public var values: [SwiftProtobuf.Google_Protobuf_Value] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_NullValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Struct : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Value.OneOf_Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_ListValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_NullValue : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Struct : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Struct, rhs: SwiftProtobuf.Google_Protobuf_Struct) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Value, rhs: SwiftProtobuf.Google_Protobuf_Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_ListValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_ListValue, rhs: SwiftProtobuf.Google_Protobuf_ListValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum TextFormatDecodingError : Swift.Error { + case malformedText + case malformedNumber + case trailingGarbage + case truncated + case invalidUTF8 + case schemaMismatch + case missingFieldNames + case unknownField + case unrecognizedEnumValue + case conflictingOneOf + case internalExtensionError + case messageDepthLimit + public static func == (a: SwiftProtobuf.TextFormatDecodingError, b: SwiftProtobuf.TextFormatDecodingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct TextFormatDecodingOptions { + public var messageDepthLimit: Swift.Int + public init() +} +public struct TextFormatEncodingOptions { + public var printUnknownFields: Swift.Bool + public init() +} +public struct Google_Protobuf_Timestamp { + public var seconds: Swift.Int64 + public var nanos: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Timestamp : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Timestamp, rhs: SwiftProtobuf.Google_Protobuf_Timestamp) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum Google_Protobuf_Syntax : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case proto2 + case proto3 + case editions + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Syntax : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Syntax] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Syntax] +} +public struct Google_Protobuf_Type { + public var name: Swift.String + public var fields: [SwiftProtobuf.Google_Protobuf_Field] + public var oneofs: [Swift.String] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Field { + public var kind: SwiftProtobuf.Google_Protobuf_Field.Kind + public var cardinality: SwiftProtobuf.Google_Protobuf_Field.Cardinality + public var number: Swift.Int32 + public var name: Swift.String + public var typeURL: Swift.String + public var oneofIndex: Swift.Int32 + public var packed: Swift.Bool + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var jsonName: Swift.String + public var defaultValue: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public enum Kind : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case typeUnknown + case typeDouble + case typeFloat + case typeInt64 + case typeUint64 + case typeInt32 + case typeFixed64 + case typeFixed32 + case typeBool + case typeString + case typeGroup + case typeMessage + case typeBytes + case typeUint32 + case typeEnum + case typeSfixed32 + case typeSfixed64 + case typeSint32 + case typeSint64 + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public enum Cardinality : SwiftProtobuf.Enum { + public typealias RawValue = Swift.Int + case unknown + case optional + case required + case repeated + case UNRECOGNIZED(Swift.Int) + public init() + public init?(rawValue: Swift.Int) + public var rawValue: Swift.Int { + get + } + } + public init() +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Kind] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Kind] +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : Swift.CaseIterable { + public static let allCases: [SwiftProtobuf.Google_Protobuf_Field.Cardinality] + public typealias AllCases = [SwiftProtobuf.Google_Protobuf_Field.Cardinality] +} +public struct Google_Protobuf_Enum { + public var name: Swift.String + public var enumvalue: [SwiftProtobuf.Google_Protobuf_EnumValue] + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var sourceContext: SwiftProtobuf.Google_Protobuf_SourceContext { + get + set + } + public var hasSourceContext: Swift.Bool { + get + } + public mutating func clearSourceContext() + public var syntax: SwiftProtobuf.Google_Protobuf_Syntax + public var edition: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_EnumValue { + public var name: Swift.String + public var number: Swift.Int32 + public var options: [SwiftProtobuf.Google_Protobuf_Option] + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Option { + public var name: Swift.String + public var value: SwiftProtobuf.Google_Protobuf_Any { + get + set + } + public var hasValue: Swift.Bool { + get + } + public mutating func clearValue() + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_Syntax : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Type : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Enum : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Option : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Syntax : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Type : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Type, rhs: SwiftProtobuf.Google_Protobuf_Type) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Field, rhs: SwiftProtobuf.Google_Protobuf_Field) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Field.Kind : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Field.Cardinality : SwiftProtobuf._ProtoNameProviding { + public static let _protobuf_nameMap: SwiftProtobuf._NameMap +} +extension SwiftProtobuf.Google_Protobuf_Enum : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Enum, rhs: SwiftProtobuf.Google_Protobuf_Enum) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_EnumValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_EnumValue, rhs: SwiftProtobuf.Google_Protobuf_EnumValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Option : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Option, rhs: SwiftProtobuf.Google_Protobuf_Option) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct UnknownStorage : Swift.Equatable { + public var data: Foundation.Data { + get + } + public init() + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (a: SwiftProtobuf.UnknownStorage, b: SwiftProtobuf.UnknownStorage) -> Swift.Bool +} +public struct Version { + public static let major: Swift.Int + public static let minor: Swift.Int + public static let revision: Swift.Int + public static let versionString: Swift.String +} +public protocol Visitor { + mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + mutating func visitSingularDoubleField(value: Swift.Double, fieldNumber: Swift.Int) throws + mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularUInt64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + mutating func visitSingularBoolField(value: Swift.Bool, fieldNumber: Swift.Int) throws + mutating func visitSingularStringField(value: Swift.String, fieldNumber: Swift.Int) throws + mutating func visitSingularBytesField(value: Foundation.Data, fieldNumber: Swift.Int) throws + mutating func visitSingularEnumField(value: E, fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitSingularMessageField(value: M, fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMap.Type, value: SwiftProtobuf._ProtobufMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.MapValueType + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufEnumMap.Type, value: SwiftProtobuf._ProtobufEnumMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : SwiftProtobuf.Enum, ValueType.RawValue == Swift.Int + mutating func visitMapField(fieldType: SwiftProtobuf._ProtobufMessageMap.Type, value: SwiftProtobuf._ProtobufMessageMap.BaseType, fieldNumber: Swift.Int) throws where KeyType : SwiftProtobuf.MapKeyType, ValueType : Swift.Hashable, ValueType : SwiftProtobuf.Message + mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + mutating func visitUnknown(bytes: Foundation.Data) throws +} +extension SwiftProtobuf.Visitor { + public mutating func visitSingularFloatField(value: Swift.Float, fieldNumber: Swift.Int) throws + public mutating func visitSingularInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularUInt32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSInt64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed32Field(value: Swift.UInt32, fieldNumber: Swift.Int) throws + public mutating func visitSingularFixed64Field(value: Swift.UInt64, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed32Field(value: Swift.Int32, fieldNumber: Swift.Int) throws + public mutating func visitSingularSFixed64Field(value: Swift.Int64, fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedStringField(value: [Swift.String], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedBytesField(value: [Foundation.Data], fieldNumber: Swift.Int) throws + public mutating func visitRepeatedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitRepeatedMessageField(value: [M], fieldNumber: Swift.Int) throws where M : SwiftProtobuf.Message + public mutating func visitRepeatedGroupField(value: [G], fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitPackedFloatField(value: [Swift.Float], fieldNumber: Swift.Int) throws + public mutating func visitPackedDoubleField(value: [Swift.Double], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedUInt64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSInt64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed32Field(value: [Swift.UInt32], fieldNumber: Swift.Int) throws + public mutating func visitPackedFixed64Field(value: [Swift.UInt64], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed32Field(value: [Swift.Int32], fieldNumber: Swift.Int) throws + public mutating func visitPackedSFixed64Field(value: [Swift.Int64], fieldNumber: Swift.Int) throws + public mutating func visitPackedBoolField(value: [Swift.Bool], fieldNumber: Swift.Int) throws + public mutating func visitPackedEnumField(value: [E], fieldNumber: Swift.Int) throws where E : SwiftProtobuf.Enum + public mutating func visitSingularGroupField(value: G, fieldNumber: Swift.Int) throws where G : SwiftProtobuf.Message + public mutating func visitExtensionFieldsAsMessageSet(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws + public mutating func visitExtensionFields(fields: SwiftProtobuf.ExtensionFieldValueSet, start: Swift.Int, end: Swift.Int) throws +} +public struct Google_Protobuf_DoubleValue { + public var value: Swift.Double + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_FloatValue { + public var value: Swift.Float + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int64Value { + public var value: Swift.Int64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt64Value { + public var value: Swift.UInt64 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_Int32Value { + public var value: Swift.Int32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_UInt32Value { + public var value: Swift.UInt32 + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BoolValue { + public var value: Swift.Bool + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_StringValue { + public var value: Swift.String + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +public struct Google_Protobuf_BytesValue { + public var value: Foundation.Data + public var unknownFields: SwiftProtobuf.UnknownStorage + public init() +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_StringValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : @unchecked Swift.Sendable { +} +extension SwiftProtobuf.Google_Protobuf_DoubleValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_DoubleValue, rhs: SwiftProtobuf.Google_Protobuf_DoubleValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_FloatValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_FloatValue, rhs: SwiftProtobuf.Google_Protobuf_FloatValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int64Value, rhs: SwiftProtobuf.Google_Protobuf_Int64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt64Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt64Value, rhs: SwiftProtobuf.Google_Protobuf_UInt64Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_Int32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_Int32Value, rhs: SwiftProtobuf.Google_Protobuf_Int32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_UInt32Value : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_UInt32Value, rhs: SwiftProtobuf.Google_Protobuf_UInt32Value) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BoolValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BoolValue, rhs: SwiftProtobuf.Google_Protobuf_BoolValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_StringValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_StringValue, rhs: SwiftProtobuf.Google_Protobuf_StringValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.Google_Protobuf_BytesValue : SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { + public static let protoMessageName: Swift.String + public static let _protobuf_nameMap: SwiftProtobuf._NameMap + public mutating func decodeMessage(decoder: inout D) throws where D : SwiftProtobuf.Decoder + public func traverse(visitor: inout V) throws where V : SwiftProtobuf.Visitor + public static func == (lhs: SwiftProtobuf.Google_Protobuf_BytesValue, rhs: SwiftProtobuf.Google_Protobuf_BytesValue) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension SwiftProtobuf.AnyUnpackError : Swift.Equatable {} +extension SwiftProtobuf.AnyUnpackError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryDecodingError : Swift.Hashable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Equatable {} +extension SwiftProtobuf.BinaryDelimited.Error : Swift.Hashable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Equatable {} +extension SwiftProtobuf.BinaryEncodingError : Swift.Hashable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Equatable {} +extension SwiftProtobuf.JSONEncodingError : Swift.Hashable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Equatable {} +extension SwiftProtobuf.TextFormatDecodingError : Swift.Hashable {} diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/module.modulemap b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/module.modulemap new file mode 100644 index 0000000..6a9d851 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module SwiftProtobuf { + umbrella header "SwiftProtobuf-umbrella.h" + + export * + module * { export * } +} + +module SwiftProtobuf.Swift { + header "SwiftProtobuf-Swift.h" + requires objc +} diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/SwiftProtobuf b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/SwiftProtobuf new file mode 100755 index 0000000..f7dca7f Binary files /dev/null and b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/SwiftProtobuf differ diff --git a/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/_CodeSignature/CodeResources b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..8f23088 --- /dev/null +++ b/SwiftProtobuf.xcframework/ios-arm64_x86_64-simulator/SwiftProtobuf.framework/_CodeSignature/CodeResources @@ -0,0 +1,245 @@ + + + + + files + + Headers/SwiftProtobuf-Swift.h + + QEm1bb4ZoZJOMsivqKo851XVSmQ= + + Headers/SwiftProtobuf-umbrella.h + + PGb4gV1esr4zkGy1P5LmeqHOM+g= + + Info.plist + + TwQMU9KoHe9ZqO/Th2LXc6R1IA4= + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.abi.json + + DrvGAm/E95zIUBDXUUQGjodKb3Y= + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + pFoOY0d00lozxS6GSWZWEsg7uY4= + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + isUC6iiWbONnGP9l0T4VcPkNVO8= + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + pFoOY0d00lozxS6GSWZWEsg7uY4= + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + UGOsviiKInG62NXJZk9TOrmkPLc= + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.abi.json + + DrvGAm/E95zIUBDXUUQGjodKb3Y= + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + /mGw5jnGfZ4CBOGm2aUHnUK3ITI= + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + f5d9XPdcE/DISzI8OSNfjY8xAMY= + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + /mGw5jnGfZ4CBOGm2aUHnUK3ITI= + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + LQOC9g9jahibhr0M0+legkvz4Eg= + + Modules/module.modulemap + + 6Tbr+8ol12PltTAdSSBhJ3r/ef0= + + + files2 + + Headers/SwiftProtobuf-Swift.h + + hash2 + + FSH44OD7OzrQ5R3lNcDHaptBG7l0PD31j4SIc3NCg9s= + + + Headers/SwiftProtobuf-umbrella.h + + hash2 + + iiQvL++7d3cB+lcvW1ZJFKwDDSPcM6BS3JU+urtRlPA= + + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + LlRvJI7qO8fOL8zpnCRoMrnkProTv210E1QkX7bvmy8= + + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + N/Qu3fTlfZOMY0p3MHqAnjN29Dz2LRhwevVTIv8JKa8= + + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash2 + + 1QxajdP75g+RsK6IxxoXi0at6utP3moQzgYq/3TEDlU= + + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash2 + + N/Qu3fTlfZOMY0p3MHqAnjN29Dz2LRhwevVTIv8JKa8= + + + Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash2 + + 0cu5HMH1g16ew7eqzpXu7EGtB8TFG11nQKEtWp8iGgg= + + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash2 + + LlRvJI7qO8fOL8zpnCRoMrnkProTv210E1QkX7bvmy8= + + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash2 + + x1aUGskWYgDoGNHUsS+XnhXoBGW++TWo0UI1g5LCtNs= + + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash2 + + pcoYzz2kSzqvpvba1EKcjQcE1dtcmcsqqLc9wxfIQDs= + + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash2 + + x1aUGskWYgDoGNHUsS+XnhXoBGW++TWo0UI1g5LCtNs= + + + Modules/SwiftProtobuf.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash2 + + i09mKCB3BL1/Izn282vjhS5RFYhxKE4ggjWW23n4xi8= + + + Modules/module.modulemap + + hash2 + + heYWmzR+jp0syl8ZN+EeDBCeYGPIEJc224su6G0l5h4= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + +